Skip to content

Commit d913721

Browse files
authored
Update NuGet-4.0-RTM.md
updated for 4.0 RTM
1 parent 0506b66 commit d913721

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

docs/Release-Notes/NuGet-4.0-RTM.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,55 @@ ms.reviewer:
3636

3737
[NuGet 4.0 RTM for Visual Studio 2017]() TBD is focused on adding support for .NET Core scenarios, addressing key customer feedback and improving performance in a variety of scenarios. This release brings several improvements like support for PackageReference, NuGet commands as MSBuild targets, background package restore, and more.
3838

39+
[Issues List](https://github.com/NuGet/Home/issues?q=is%3Aissue+is%3Aclosed+milestone%3A%224.0 RTM")
40+
41+
**Bug:**
42+
43+
* Dependency name of project reference not taken from PackageId - [#4642](https://github.com/NuGet/Home/issues/4642)
44+
45+
* [Test Failure]Fail to create UWP project on Blend - [#4625](https://github.com/NuGet/Home/issues/4625)
46+
47+
* Entity Framework tools -- "No executable found matching command 'dotnet-ef'" - [#4600](https://github.com/NuGet/Home/issues/4600)
48+
49+
* NuGet restore in Visual Studio does not respect PackageId property of projects - [#4586](https://github.com/NuGet/Home/issues/4586)
50+
51+
* NuGet ProjectSystemCache error when adding package in vsix package - [#4545](https://github.com/NuGet/Home/issues/4545)
52+
53+
* LightweightSolutionLoad - gives file not found during restore - [#4544](https://github.com/NuGet/Home/issues/4544)
54+
55+
* Pack throws exception if IncludeSource is used in a project with multiple TFMs - [#4536](https://github.com/NuGet/Home/issues/4536)
56+
57+
* Build solution with ASP.NET Core web app, build does not start - [#4486](https://github.com/NuGet/Home/issues/4486)
58+
59+
* VS 2017 RC3 crashes on using update from Solution-wide package management - [#4474](https://github.com/NuGet/Home/issues/4474)
60+
61+
* Cannot uninstall newly installed package - [#4435](https://github.com/NuGet/Home/issues/4435)
62+
63+
* When migrating to PackageRef, hybrid solutions have strange restore behavior - [#4433](https://github.com/NuGet/Home/issues/4433)
64+
65+
* Building soon after starting NuGet operation (install, update, restore), can cause VS to Hang - [#4420](https://github.com/NuGet/Home/issues/4420)
66+
67+
* [Watson] apphangb1: APPLICATION_HANG_BusyHang_cfffffff_Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.Shell.VsTaskLibraryHelper+__c__DisplayClass24_0_1+__AsVsTask_b__1_d[[System.__Canon,_mscorlib]].MoveNext - [#4371](https://github.com/NuGet/Home/issues/4371)
68+
69+
* add package command should add version as attribute instead of element - [#4325](https://github.com/NuGet/Home/issues/4325)
70+
71+
* Dotnet Restore foo.sln -- fails when configurations in SLN cause duplicate (but diff config) projects in restore graph - [#4316](https://github.com/NuGet/Home/issues/4316)
72+
73+
* PMC Script Compat? Create website use server HTTP or FTP, Show error in output window - [#4224](https://github.com/NuGet/Home/issues/4224)
74+
75+
* Content only packages - [#3668](https://github.com/NuGet/Home/issues/3668)
76+
77+
**DCR:**
78+
79+
* migrate vsix from v2 vsix to v3 vsix - [#4196](https://github.com/NuGet/Home/issues/4196)
80+
81+
* NuGet should have a mechanism for getting the path to the lock file in MSBuild - [#3351](https://github.com/NuGet/Home/issues/3351)
82+
83+
* Add build assets to the TFM compatibility check and assets file - [#3296](https://github.com/NuGet/Home/issues/3296)
84+
85+
**Feature:**
86+
87+
* Localize strings in NuGet.Core.sln - [#2041](https://github.com/NuGet/Home/issues/2041)
88+
89+
3990

0 commit comments

Comments
 (0)