-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Additional statistics when a ServiceProvider is created #57753
Conversation
* Number of open generics * Number of closed generics fix dotnet#52364
Tagging subscribers to this area: @eerhardt, @maryamariyan Issue DetailsAdds the following statistics to the existing
fix #52364
|
Most of the required statistics were already implemented by #56809. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The implementation looks good.
I'd like @davidfowl to sign off that these new values are useful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@davidfowl - do you want this in 6.0? Or is it OK to just merge it for 7.0. |
6.0.0 would be nice. Feels low risk. |
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1163217720 |
Adds the following statistics to the existing
ServiceProviderBuilt
event:fix #52364