We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DryIoc have the MEF conforming Export, Import attribute support with DryIocAttributes and DryIoc.MefAttributedModel extensions.
Now I want the DryIoc native RegisterAttribute support with the main goal to support compile-time registrations with Source Generator #496
RegisterAttribute
But, it also helps to support declarative attibute-based registrations without the additional dependencies on the DryIoc extensions.
The text was updated successfully, but these errors were encountered:
@wip #679 basic RegisterAttribute and its basic registration implemen…
f580637
…tation
dadhi
No branches or pull requests
DryIoc have the MEF conforming Export, Import attribute support with DryIocAttributes and DryIoc.MefAttributedModel extensions.
Now I want the DryIoc native
RegisterAttribute
support with the main goal to support compile-time registrations with Source Generator #496But, it also helps to support declarative attibute-based registrations without the additional dependencies on the DryIoc extensions.
The text was updated successfully, but these errors were encountered: