How can we help you today? How can we help you today?
jozsef.fa

Activity overview

Latest activity by jozsef.fa

Bug with generics 3
Subclasses of generic parents are not disassembled properly (additional <T> on using that subclass). Original: public class Class4&lt;T&gt; where T : class &#123; private DictionarySet&#91;&#93; m...
0 followers 0 comments 0 votes
Warning on missing new Keyword
It would be nice to have the original new keyword present in the exported code. Original: public abstract class Class3Base &#123; public static string SomeStaticMethod&#40;&#41; &#123; return S...
0 followers 0 comments 0 votes
Bug with generics 2
Another problem with complex base classes. Interesting, that showing with "Disassembly" is ok but not if I select "Export..." all classes. Original: public interface IEndpointBase &#123; &#125; pu...
0 followers 0 comments 0 votes
Bug with generics
I have found some bugs with generics: Original source code:public class SomeBase1 &#123; public virtual T GetValue&lt;T&gt;&#40;&#41; where T : class &#123; return default&#40;T&#41;; &#125; &...
0 followers 0 comments 0 votes