Skip to content

Commit f5417f9

Browse files
author
Christopher R. Gill
committed
some fixes
1 parent 42ea65b commit f5417f9

File tree

1 file changed

+20
-34
lines changed

1 file changed

+20
-34
lines changed

docs/release-notes/NuGet-5.7.md

Lines changed: 20 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ NuGet distribution vehicles:
2121

2222
### Features added in this release
2323

24+
* Made noop restore faster - sped up evaluations by calling MSBuild Static Graph apis (dotnet.exe) - [#9644](https://github.com/NuGet/Home/issues/9644)
25+
26+
* Added integration of PackageVersion information for non-sdk style projects in VS restore - [#9236](https://github.com/NuGet/Home/issues/9236)
27+
2428
* nuget.exe update -self -Source https://feed - [#1783](https://github.com/NuGet/Home/issues/1783)
2529

2630
* Added support for multiple config files in %APPDATA%\NuGet directory - [#9394](https://github.com/NuGet/Home/issues/9394)
@@ -35,39 +39,11 @@ NuGet distribution vehicles:
3539

3640
* Added "latest" option for -MSBuildVersion - [#8808](https://github.com/NuGet/Home/issues/8808)
3741

38-
**Performance:**
39-
40-
* Made noop restore faster - sped up evaluations by calling MSBuild Static Graph apis (dotnet.exe) - [#9644](https://github.com/NuGet/Home/issues/9644)
41-
42-
**Central Package Version Management:**
43-
44-
* Added integration of PackageVersion information for non-sdk style projects in VS restore - [#9236](https://github.com/NuGet/Home/issues/9236)
45-
4642
### Issues fixed in this release
4743

48-
**DCRs:**
49-
50-
* Suppressed the <owners> element when it is redundant - [#5134](https://github.com/NuGet/Home/issues/5134)
51-
52-
* Log IntervalTrackers as ETW events - [#9593](https://github.com/NuGet/Home/issues/9593)
53-
54-
* Added an informational message on restore to inform CPVM users that the feature is in preview - [#9340](https://github.com/NuGet/Home/issues/9340)
55-
56-
* Populate Solution Explorer package/project transitive dependencies from assets file - [#9580](https://github.com/NuGet/Home/issues/9580)
57-
58-
* Searching in PMUI with Static / Sleet package sources causes OutOfMemoryException - [#8478](https://github.com/NuGet/Home/issues/8478)
59-
60-
* Visual Studio partial restore for PR projects (noop++) prototype - [#9513](https://github.com/NuGet/Home/issues/9513)
61-
62-
* Installed packages tab shouldn't paginate the list - [#6995](https://github.com/NuGet/Home/issues/6995)
63-
6444
**Bugs:**
6545

66-
* Add an Online Environment assembly, basic NuGet menu items & ingest required dependencies - [#9331](https://github.com/NuGet/Home/issues/9331)
67-
68-
* Write to the Package Manager output in VS OE scenarios - [#9362](https://github.com/NuGet/Home/issues/9362)
69-
70-
* WorkspaceCommandHandler.Exec should return unsupported - [#9381](https://github.com/NuGet/Home/issues/9381)
46+
* Searching in PMUI with Static / Sleet package sources causes OutOfMemoryException - [#8478](https://github.com/NuGet/Home/issues/8478)
7147

7248
* Improve DOTNET_HOST_PATH environment variable handling - [#7438](https://github.com/NuGet/Home/issues/7438)
7349

@@ -87,11 +63,9 @@ NuGet distribution vehicles:
8763

8864
* [CPVM] Spurious package downgrades for multiple p2p projects - [#9549](https://github.com/NuGet/Home/issues/9549)
8965

90-
* [Bug Bash][Test Failure] The “Browse” tab is not aligned left with search box - [#9559](https://github.com/NuGet/Home/issues/9559)
91-
92-
* [Test Failure] The installed version is inconsistent with the embedded icon in the solution level PM UI for one package id with multiple versions installed - [#9321](https://github.com/NuGet/Home/issues/9321)
66+
* The “Browse” tab is not aligned left with search box - [#9559](https://github.com/NuGet/Home/issues/9559)
9367

94-
* Auth in Visual Studio should not always be interactive - [#9659](https://github.com/NuGet/Home/issues/9659)
68+
* The installed version is inconsistent with the embedded icon in the solution level PM UI for one package id with multiple versions installed - [#9321](https://github.com/NuGet/Home/issues/9321)
9569

9670
* Leak: PartCreationPolicy(CreationPolicy.NonShared) NuGet.SolutionRestoreManager.RestoreOperationLogger - [#9595](https://github.com/NuGet/Home/issues/9595)
9771

@@ -103,6 +77,18 @@ NuGet distribution vehicles:
10377

10478
* Improve memory performance of PackageMetadataResourceV3 by reducing the JObject dependencies - [#9719](https://github.com/NuGet/Home/issues/9719)
10579

106-
* Revert "shared compilation of XmlUtility" - [#9733](https://github.com/NuGet/Home/issues/9733)
80+
**DCRs:**
81+
82+
* Suppressed the <owners> element when it is redundant - [#5134](https://github.com/NuGet/Home/issues/5134)
83+
84+
* Log IntervalTrackers as ETW events - [#9593](https://github.com/NuGet/Home/issues/9593)
85+
86+
* Added an informational message on restore to inform CPVM users that the feature is in preview - [#9340](https://github.com/NuGet/Home/issues/9340)
87+
88+
* Populate Solution Explorer package/project transitive dependencies from assets file - [#9580](https://github.com/NuGet/Home/issues/9580)
89+
90+
* Visual Studio partial restore for PackageReference projects (noop++) prototype - [#9513](https://github.com/NuGet/Home/issues/9513)
91+
92+
* Installed packages tab shouldn't paginate the list - [#6995](https://github.com/NuGet/Home/issues/6995)
10793

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

0 commit comments

Comments
 (0)