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

Generated AutoBindableAttribute gives conflicts between multiple projects / packages #24

Open
desjoerd opened this issue Jan 3, 2024 · 0 comments

Comments

@desjoerd
Copy link

desjoerd commented Jan 3, 2024

The current implementation of the generation of the AutoBindableAttribute makes it public. If this attribute is contained in a different assembly/package it causes conflicts because there are two AutoBindableAttribute classes in the same namespace.

I think this can be fixed by genarating the attribute as internal or by generating it under the default namespace of the project.

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

No branches or pull requests

1 participant