You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/NuGet-5.8.md
+12-23Lines changed: 12 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,32 +23,27 @@ NuGet distribution vehicles:
23
23
24
24
## Summary: What's New in 5.8
25
25
26
-
* Package Manager sources use remote types from server - [#9608](https://github.com/NuGet/Home/issues/9608)
27
-
28
-
* Search CLI Tool for NuGet.exe - [#9704](https://github.com/NuGet/Home/issues/9704)
26
+
* Search for packages in the CLI with ['nuget.exe search` command](https://docs.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-search) - [#9704](https://github.com/NuGet/Home/issues/9704)
29
27
30
28
* Improve the CPVM Visual Studio experience for the case when PackageReference items have version. - [#9507](https://github.com/NuGet/Home/issues/9507)
31
29
32
-
* VSOE saving package sources in tools options will overwrite credentials - [#9711](https://github.com/NuGet/Home/issues/9711)
33
-
34
-
* Replay the warnings for LegacyPackageReference projects when a project no-ops in partial restore - [#9565](https://github.com/NuGet/Home/issues/9565)
30
+
* Enable fast No-Op restore optimization for csproj-style, PackageReference-based projects in Visual Studio - [#9565](https://github.com/NuGet/Home/issues/9565)
* NuGet should not infer dots platform version when parsing TargetFramework - [#9842](https://github.com/NuGet/Home/issues/9842)
@@ -61,8 +56,6 @@ NuGet distribution vehicles:
61
56
62
57
* .NET 5.0 Visual Studio APIs - [#9650](https://github.com/NuGet/Home/issues/9650)
63
58
64
-
* 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)
65
-
66
59
* PM UI: Consolidate or Update packages operations should not be blocked due to errors (Package Downgrade, etc.) - [#9224](https://github.com/NuGet/Home/issues/9224)
67
60
68
61
* NuGet features should light up for projects that have the capability; "PackageReferences" - [#9957](https://github.com/NuGet/Home/issues/9957)
@@ -71,6 +64,8 @@ NuGet distribution vehicles:
71
64
72
65
**Bugs:**
73
66
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
+
74
69
* OutputWindowTextWriter constructor should not be called on background thread - [#9764](https://github.com/NuGet/Home/issues/9764)
75
70
76
71
* Restore signed packages on Big Endian CPUs - [#9547](https://github.com/NuGet/Home/issues/9547)
@@ -89,8 +84,6 @@ NuGet distribution vehicles:
89
84
90
85
* Reduce resource contention at Solution Load time caused by blocking a threaded-pool thread with `BlockingCollection.Take()` - [#9822](https://github.com/NuGet/Home/issues/9822)
* In command line restore, with multi targeted projects, NuGet should read the target framework related information from the inner build - [#9869](https://github.com/NuGet/Home/issues/9869)
95
88
96
89
* Read Runtime Identifier graph through TargetFrameworkInformation item - [#9874](https://github.com/NuGet/Home/issues/9874)
@@ -105,8 +98,6 @@ NuGet distribution vehicles:
105
98
106
99
* Solution Explorer is not showing all NuGet package dependencies - [#9898](https://github.com/NuGet/Home/issues/9898)
107
100
108
-
* Unnecessary assets file writes can lead to extra design time builds - [#9903](https://github.com/NuGet/Home/issues/9903)
109
-
110
101
*[CPVM] Error on floating transitive dependencies defined in Directory.Packages.props - [#9384](https://github.com/NuGet/Home/issues/9384)
111
102
112
103
* Update the SPDX license list - [#9946](https://github.com/NuGet/Home/issues/9946)
@@ -121,8 +112,6 @@ NuGet distribution vehicles:
121
112
122
113
*[CPVM] Cannot import packages file from a custom directory - [#9841](https://github.com/NuGet/Home/issues/9841)
123
114
124
-
* Solution Load Restore runs after first 50 nominations instead of waiting for all nominations - [#9982](https://github.com/NuGet/Home/issues/9982)
125
-
126
115
* Central Package Management throws errors regarding duplicate dictionary keys when attempting to create the lock file - [#9965](https://github.com/NuGet/Home/issues/9965)
@@ -133,17 +122,17 @@ NuGet distribution vehicles:
133
122
134
123
* PM UI: NullReferenceException when signature validation fails - [#10042](https://github.com/NuGet/Home/issues/10042)
135
124
136
-
* Instead of waiting for nominations or 20 seconds (whichever comes first), implement a sliding window at Solution Load, which allow to run exactly 1 restore even for large solutions - [#9984](https://github.com/NuGet/Home/issues/9984)
137
-
138
-
* Restore: excessive deep cloning of ProjectSpec, remove cloning in No-Op hash creation for PackageReference projects - [#10052](https://github.com/NuGet/Home/issues/10052)
139
-
140
125
* VS OE: dot not use `object` type for project metadata values - [#10055](https://github.com/NuGet/Home/issues/10055)
141
126
127
+
* VS OE saving package sources in tools options will overwrite credentials - [#9711](https://github.com/NuGet/Home/issues/9711)
128
+
142
129
*`dotnet pack` mistakenly uses alias for WPF Library projects - [#10020](https://github.com/NuGet/Home/issues/10020)
143
130
144
131
145
132
**[List of all issues fixed in this release - 5.8](https://app.zenhub.com/workspaces/nuget-client-team-55aec9a240305cf007585881/reports/release?release=5f03519b777e78b4ffb2edeb)**
146
133
134
+
**[List of issues/commits fixed in this release - 5.8](https://github.com/NuGet/NuGet.Client/compare/5.7.0.6726...5.8.0.6930)**
135
+
147
136
### Community contributions
148
137
149
138
Thank you to all the contributors who helped make this NuGet release awesome!
0 commit comments