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
I didn't mean to close this one with #265. Though that has some related fixes, I think there is still more work and testing to be done with un-namespaced types.
#360 resolves issues with the module source generator and un-namespaced types.
Support for dynamic invocation of un-namespaced types is still not implemented. I am unsure whether it is a good idea to support that at all: with the way types from all loaded assemblies are merged into a combined namespace hierarchy, it could be easy to encounter name conflicts among un-namespaced types. The same is true for ordinary assembly references in C#, which is why it is a very bad practice to publish libraries without namespacing.
I am moving this issue to the Backlog milestone for future consideration. I don't think it's a priority right now.
All kinds of .Net types without namespaces should be supported.
Currently, types without namespaces are just ignored.
The text was updated successfully, but these errors were encountered: