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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: