You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I create library that contains public class and inside this class I create public enum and then in my app add reference to this lib and try to use that enum everything is compile ok but program didn't run. With extension 1.2.5.38 program works.
Trying to debug the problem, it turns out that the program does not see the Enum type (CLR_RT_Assembly::Resolve_TypeRef() function)
Expected behaviour
Program should work when compiled with new extension