-
-
Notifications
You must be signed in to change notification settings - Fork 749
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
Replaced internal Activator with ActivatorUtilities. #6895
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6895 +/- ##
==========================================
- Coverage 73.28% 70.68% -2.61%
==========================================
Files 2584 2584
Lines 128343 128343
==========================================
- Hits 94062 90713 -3349
- Misses 34281 37630 +3349
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Qodana for .NET5 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
Remove self backed activators and move to ActivatorUtilities included with Microsofts DependencyInjection abstractions package.