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

Support for generic ServiceDescriptor from langVersion 11+ #188

Merged
merged 3 commits into from
Jan 5, 2023
Merged

Support for generic ServiceDescriptor from langVersion 11+ #188

merged 3 commits into from
Jan 5, 2023

Conversation

KoTLiK
Copy link
Contributor

@KoTLiK KoTLiK commented Jan 5, 2023

Hi!
I have added support for generic attributes from language version 11+

[ServiceDescriptor(typeof(IMixedAttribute), ServiceLifetime.Singleton)]
[ServiceDescriptor<IMixedAttribute>(ServiceLifetime.Singleton)]

but I am not sure if you want to update language version only for this feature.

@khellang khellang merged commit 9150e5e into khellang:master Jan 5, 2023
@khellang
Copy link
Owner

khellang commented Jan 5, 2023

Nice! 😁 Thanks for your contribution! 🙏

@KoTLiK
Copy link
Contributor Author

KoTLiK commented Jan 5, 2023

Thank you! 😊 This was super fast response.

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

Successfully merging this pull request may close these issues.

None yet

2 participants