Skip to content

Commit 12fc9ab

Browse files
author
Fernando Aguilar
committed
Feedback 1
1 parent e81e845 commit 12fc9ab

File tree

1 file changed

+12
-23
lines changed

1 file changed

+12
-23
lines changed

docs/release-notes/NuGet-5.8.md

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,27 @@ NuGet distribution vehicles:
2323

2424
## Summary: What's New in 5.8
2525

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)
2927

3028
* Improve the CPVM Visual Studio experience for the case when PackageReference items have version. - [#9507](https://github.com/NuGet/Home/issues/9507)
3129

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)
3531

3632
* `dotnet list` command supports `--verbosity` option - [#9600](https://github.com/NuGet/Home/issues/9600)
3733

3834
* Add `--prerelease` option to `dotnet add package` - [#4699](https://github.com/NuGet/Home/issues/4699)
3935

40-
* Recommend packages from any NuGet sources - [#9872](https://github.com/NuGet/Home/issues/9872)
41-
4236
* Surface basic vulnerability metadata in PM UI view models - [#9850](https://github.com/NuGet/Home/issues/9850)
4337

44-
* Signing: implement `dotnet verify` command - [#8051](https://github.com/NuGet/Home/issues/8051)
38+
* Signing: implement [`dotnet nuget verify` command](https://docs.microsoft.com/dotnet/core/tools/dotnet-nuget-verify) - [#8051](https://github.com/NuGet/Home/issues/8051)
39+
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)
41+
4542

4643
### Issues fixed in this release
4744

4845
**DCRs:**
4946

50-
* FileAndForget posts a new event for every point of usage - [#9812](https://github.com/NuGet/Home/issues/9812)
51-
5247
* .NET 5.0 TFM: Framework Precedence Rules - [#9436](https://github.com/NuGet/Home/issues/9436)
5348

5449
* 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:
6156

6257
* .NET 5.0 Visual Studio APIs - [#9650](https://github.com/NuGet/Home/issues/9650)
6358

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-
6659
* 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)
6760

6861
* 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:
7164

7265
**Bugs:**
7366

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+
7469
* OutputWindowTextWriter constructor should not be called on background thread - [#9764](https://github.com/NuGet/Home/issues/9764)
7570

7671
* Restore signed packages on Big Endian CPUs - [#9547](https://github.com/NuGet/Home/issues/9547)
@@ -89,8 +84,6 @@ NuGet distribution vehicles:
8984

9085
* 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)
9186

92-
* Enable PM UI experiment: Package Recommender - [#9845](https://github.com/NuGet/Home/issues/9845)
93-
9487
* 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)
9588

9689
* Read Runtime Identifier graph through TargetFrameworkInformation item - [#9874](https://github.com/NuGet/Home/issues/9874)
@@ -105,8 +98,6 @@ NuGet distribution vehicles:
10598

10699
* Solution Explorer is not showing all NuGet package dependencies - [#9898](https://github.com/NuGet/Home/issues/9898)
107100

108-
* Unnecessary assets file writes can lead to extra design time builds - [#9903](https://github.com/NuGet/Home/issues/9903)
109-
110101
* [CPVM] Error on floating transitive dependencies defined in Directory.Packages.props - [#9384](https://github.com/NuGet/Home/issues/9384)
111102

112103
* Update the SPDX license list - [#9946](https://github.com/NuGet/Home/issues/9946)
@@ -121,8 +112,6 @@ NuGet distribution vehicles:
121112

122113
* [CPVM] Cannot import packages file from a custom directory - [#9841](https://github.com/NuGet/Home/issues/9841)
123114

124-
* Solution Load Restore runs after first 50 nominations instead of waiting for all nominations - [#9982](https://github.com/NuGet/Home/issues/9982)
125-
126115
* Central Package Management throws errors regarding duplicate dictionary keys when attempting to create the lock file - [#9965](https://github.com/NuGet/Home/issues/9965)
127116

128117
* PM UI Icons aren't inverting colors properly - [#10017](https://github.com/NuGet/Home/issues/10017)
@@ -133,17 +122,17 @@ NuGet distribution vehicles:
133122

134123
* PM UI: NullReferenceException when signature validation fails - [#10042](https://github.com/NuGet/Home/issues/10042)
135124

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-
140125
* VS OE: dot not use `object` type for project metadata values - [#10055](https://github.com/NuGet/Home/issues/10055)
141126

127+
* VS OE saving package sources in tools options will overwrite credentials - [#9711](https://github.com/NuGet/Home/issues/9711)
128+
142129
* `dotnet pack` mistakenly uses alias for WPF Library projects - [#10020](https://github.com/NuGet/Home/issues/10020)
143130

144131

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

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+
147136
### Community contributions
148137

149138
Thank you to all the contributors who helped make this NuGet release awesome!

0 commit comments

Comments
 (0)