Hi!
With the latest version of JustDecompile I hit 2 issues:
- If a resource file has spaces in the filename, you're generating the project file right, but the file itself will have the filename url encoded, so %20 for spaces. After renaming the file it was OK.
- The other bug is that the modifier order is incorrect for a public partial sealed class. This is what generated: public partial sealed class App
But the partial modifier must be before the class keyword.
Edited: I've added the 2nd bug details.
Thanks,
Attila
With the latest version of JustDecompile I hit 2 issues:
- If a resource file has spaces in the filename, you're generating the project file right, but the file itself will have the filename url encoded, so %20 for spaces. After renaming the file it was OK.
- The other bug is that the modifier order is incorrect for a public partial sealed class. This is what generated: public partial sealed class App
But the partial modifier must be before the class keyword.
Edited: I've added the 2nd bug details.
Thanks,
Attila