Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow non-public types in registry #13

Closed
tomasaschan opened this issue Oct 3, 2017 · 0 comments · Fixed by #16
Closed

Allow non-public types in registry #13

tomasaschan opened this issue Oct 3, 2017 · 0 comments · Fixed by #16

Comments

@tomasaschan
Copy link
Owner

Currently, lambda closure types may cause problems for an AssemblyEventRegistry with the default namer func (type => type.Name), since they all get the name <>c and thus throw exceptions when trying to add several types with the same name to the dictionary (see #12).

An intermediate workaround is to include only public types in the registry, but this is more limiting than it has to be - it would be nice to figure out a way to support any type, or at least any user-generated type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant