NuGet Product Used
NuGet SDK
Product Version
all
Worked before?
No response
Impact
None
Repro Steps & Context
NuGetFramework.Parse has some logic to use a static instance of common frameworks, reducing memory allocations when the same framework is parsed multiple times.
Now that the dotnet/runtime repo is targeting net11.0 in the main branch, it's a good opportunity to add this perf benefit.
Verbose Logs
NuGet Product Used
NuGet SDK
Product Version
all
Worked before?
No response
Impact
None
Repro Steps & Context
NuGetFramework.Parsehas some logic to use a static instance of common frameworks, reducing memory allocations when the same framework is parsed multiple times.Now that the dotnet/runtime repo is targeting net11.0 in the main branch, it's a good opportunity to add this perf benefit.
Verbose Logs