Skip to content

Commit abd9c8b

Browse files
author
Christopher R. Gill
committed
moved a perf thing
1 parent 20a4b0a commit abd9c8b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/release-notes/NuGet-5.8.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ NuGet distribution vehicles:
3737

3838
* Enable fast No-Op restore optimization for csproj-style, PackageReference-based projects in Visual Studio - [#9565](https://github.com/NuGet/Home/issues/9565)
3939

40-
* NuGet performance improvements in Visual Studio - [#9982](https://github.com/NuGet/Home/issues/9982), [#9984](https://github.com/NuGet/Home/issues/9984), [#10052](https://github.com/NuGet/Home/issues/10052), [#9903](https://github.com/NuGet/Home/issues/9903)
40+
* NuGet performance improvements in Visual Studio - [#9982](https://github.com/NuGet/Home/issues/9982), [#9984](https://github.com/NuGet/Home/issues/9984), [#10052](https://github.com/NuGet/Home/issues/10052), [#9903](https://github.com/NuGet/Home/issues/9903), [#6010](https://github.com/NuGet/Home/issues/6010)
4141

4242

4343
### Issues fixed in this release
@@ -48,8 +48,6 @@ NuGet distribution vehicles:
4848

4949
* NuGet should not infer dots platform version when parsing TargetFramework - [#9842](https://github.com/NuGet/Home/issues/9842)
5050

51-
* Support Nuget.Packaging and transitive closure for net45 - [#9883](https://github.com/NuGet/Home/issues/9883)
52-
5351
* Use TargetFrameworkMoniker & TargetPlatformMoniker to infer the frameworks instead of using individual TFI, TFV, TPI, TPV properties - [#9895](https://github.com/NuGet/Home/issues/9895)
5452

5553
* Update `GetReferenceNearestTargetFrameworkTask()` to support target frameworks with platforms (such as net5.0-windows) - [#9894](https://github.com/NuGet/Home/issues/9894)
@@ -64,8 +62,6 @@ NuGet distribution vehicles:
6462

6563
**Bugs:**
6664

67-
* NuGet Package Manager UI for Solution is slow because restore is run for every project instead of after all projects are updated - [#6010](https://github.com/NuGet/Home/issues/6010)
68-
6965
* OutputWindowTextWriter constructor should not be called on background thread - [#9764](https://github.com/NuGet/Home/issues/9764)
7066

7167
* Restore signed packages on Big Endian CPUs - [#9547](https://github.com/NuGet/Home/issues/9547)
@@ -110,14 +106,14 @@ NuGet distribution vehicles:
110106

111107
* Using `/p:RestoreUseStaticGraphEvaluation=true` Results in Value Cannot Be Null - [#9280](https://github.com/NuGet/Home/issues/9280)
112108

109+
* `dotnet pack` mistakenly uses alias for WPF Library projects - [#10020](https://github.com/NuGet/Home/issues/10020)
110+
113111
* Package Manager UI: NullReferenceException when signature validation fails - [#10042](https://github.com/NuGet/Home/issues/10042)
114112

115113
* Codespaces: do not use `object` type for project metadata values - [#10055](https://github.com/NuGet/Home/issues/10055)
116114

117115
* Codespaces: saving package sources in tools options will overwrite credentials - [#9711](https://github.com/NuGet/Home/issues/9711)
118116

119-
* `dotnet pack` mistakenly uses alias for WPF Library projects - [#10020](https://github.com/NuGet/Home/issues/10020)
120-
121117

122118
**[List of all issues fixed in this release - 5.8](https://app.zenhub.com/workspaces/nuget-client-team-55aec9a240305cf007585881/reports/release?release=5f03519b777e78b4ffb2edeb)**
123119

0 commit comments

Comments
 (0)