-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Avoid some unnecessary static readonly arrays #72727
Conversation
Tagging subscribers to this area: @dotnet/area-meta Issue DetailsThese changes are factored out of #70179, which is looking more and more unlikely to land for .NET 7 (the compiler changes it depends on haven't been merged yet as they depend on a versioning issue that hasn't been sorted out yet). This set of changes doesn't depend on those compiler features.
|
...braries/System.Diagnostics.FileVersionInfo/src/System/Diagnostics/FileVersionInfo.Windows.cs
Outdated
Show resolved
Hide resolved
src/libraries/Common/src/Interop/Windows/Version/Interop.VerQueryValue.cs
Outdated
Show resolved
Hide resolved
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.
Thanks!
These changes are factored out of #70179, which is looking more and more unlikely to land for .NET 7 (the compiler changes it depends on haven't been merged yet as they depend on a versioning issue that hasn't been sorted out yet). This set of changes doesn't depend on those compiler features.