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
- Code to figure out scope has been improved so it doesn't rely solely on DeclaringType. Now performs a true check if the type is defined in the same assembly or not.
- WriteItem now can handle nested types, by writting the full type name (this has to be processed accordingly in type resolution in nanoCLR).
- Update class in test app to declare a local with an enum from amother assembly and an enum from another assembly declared as a nested type.
0 commit comments