This is a migrated thread and some comments may be shown as answers.

Bugs in decompiled code/project

2 Answers 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Attila
Top achievements
Rank 1
Attila asked on 21 Jun 2013, 01:04 PM
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

2 Answers, 1 is accepted

Sort by
0
Attila
Top achievements
Rank 1
answered on 21 Jun 2013, 02:12 PM
Another one hit up:

public static IDisposable Foo<TSource>(TSource source) where TSource : INotifyPropertyChanged, class

In this case, class constraint must be the first in the list of constraints.
0
Yordan Dikov
Telerik team
answered on 21 Jun 2013, 03:31 PM
Hello Attila,

Thank you for getting in touch with us and bringing this issues up. I reproduced all of the cases you've mentioned. I'm glad to say, that we already fixed the class constraint issue locally, the fix just didn't make in the last release. However, the bug will be fixed with the next version of JustDecompile.
As for the other two problems, I've logged them and we'll try to fix them in a reasonable time.
Don't hesitate to tell us about any other problems in JustDecompile you encounter.

Regards,
Yordan Dikov
Telerik
Tell us what you think about JustDecompile. Your opinion matters! You can use our forum, or our JustDecompile UserVoice website for feature requests.
Tags
General Discussions
Asked by
Attila
Top achievements
Rank 1
Answers by
Attila
Top achievements
Rank 1
Yordan Dikov
Telerik team
Share this question
or