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-4.5-RTM.md
+2-145Lines changed: 2 additions & 145 deletions
Original file line number
Diff line number
Diff line change
@@ -39,190 +39,47 @@ ms.reviewer:
39
39
.NET Standard & its tooling was designed such that projects targeting .NET Framework 4.6.1 can consume NuGet packages & projects targeting .NET Standard 2.0 or earlier. [This document](https://github.com/dotnet/standard/issues/481) summarizes the issues around that scenario, the plan for addressing them, and workarounds you can deploy with today's state of the tooling.
40
40
41
41
### You will be unable to view, add, or update DotNetCLITools, using Nuget Package Manager
42
-
43
42
#### Issue:
44
43
NuGet Package Manager does not display and does not allow add/update of DotNetCLITools. [NuGet#4256](https://github.com/NuGet/Home/issues/4256)
45
-
46
44
#### Workaround:
47
45
DotNetCLIToolReferences must be manually edited in your project file.
48
46
49
47
### Retargeting target framework version may lead to incomplete Intellisense
50
-
51
48
#### Issue:
52
49
Retargeting target framework version may lead to incomplete Intellisense, in Visual Studio. This happens when you are using PackageReferences as the package manager format. [NuGet#4216](https://github.com/NuGet/Home/issues/4216)
53
-
54
50
#### Workaround:
55
51
Do a manual restore.
56
52
57
-
58
53
### A package in a .NET Core project that contains an assembly with an invalid signature, can trigger an infinite restore loop
59
-
60
54
#### Issue:
61
55
Occasionally, when you use a package that contains an assembly with an invalid signature or when the package version is set with 'DateTime' ticker, it causes the package auto-restore to run in an infinite loop [dotnet/project-system#1457](https://github.com/dotnet/project-system/issues/1457).
62
-
63
56
#### Workaround:
64
57
There is no workaround at this time.
65
58
66
-
67
59
## Issues fixed in NuGet 4.5 RTM timeframe
68
-
69
60
For issues fixed in NuGet 4.4 RTM, please refer to [NuGet 4.4 RTM Release Notes](../release-notes/nuget-4.4-RTM.md)
70
61
71
-
**Feature:**
72
-
62
+
### Feature:
73
63
* Disable auto-push of symbols package - [#6113](https://github.com/NuGet/Home/issues/6113)
74
64
75
-
* Add Support: Enable installing Full .Net Framework from within netstandad 2 ,netcore 2 library project by option - [#5977](https://github.com/NuGet/Home/issues/5977)
* RS3 – UWP should work with NET Standard 2.0 using PackageTargetFallback - [#4957](https://github.com/NuGet/Home/issues/4957)
80
-
81
-
* Deprecation and Security warnings in NuGet.exe/Visual Studio and NuGet.org - [#4731](https://github.com/NuGet/Home/issues/4731)
82
-
83
-
* Automate offer suggestions for NuGet packages - [#3634](https://github.com/NuGet/Home/issues/3634)
84
-
85
-
* Add end to end tests for MSBuild targets - [#3605](https://github.com/NuGet/Home/issues/3605)
86
-
87
-
* <clear /> on <packageSourceCredentials> does not work - [#3568](https://github.com/NuGet/Home/issues/3568)
88
-
89
-
* Adding static analysis tooling to help prevent semantic versioning breaks. - [#2195](https://github.com/NuGet/Home/issues/2195)
90
-
91
-
* Feature Discussion: Add --interactive flag to command-line - [#2055](https://github.com/NuGet/Home/issues/2055)
92
-
93
-
94
-
**DCR:**
95
-
96
-
* enable restore to share obj directory between projects - [#4154](https://github.com/NuGet/Home/issues/4154)
97
-
98
-
* Adapt Pack for Transitive Project References change - [#4077](https://github.com/NuGet/Home/issues/4077)
99
-
100
-
* Restore fails with custom framework names - [#4056](https://github.com/NuGet/Home/issues/4056)
101
-
102
-
* Restore, http cache and failed packages - [#4055](https://github.com/NuGet/Home/issues/4055)
103
-
104
-
* Investigate the usage of Managed C++ projects - [#2090](https://github.com/NuGet/Home/issues/2090)
105
-
106
-
* Determine a shared v2 and v3 MachineCache location - [#2088](https://github.com/NuGet/Home/issues/2088)
107
-
108
-
* IVsPackageRestorer API does not support UWP projects - [#2066](https://github.com/NuGet/Home/issues/2066)
109
-
110
-
* Add useragent to the ILogger context - [#2028](https://github.com/NuGet/Home/issues/2028)
111
-
112
-
113
-
**Bug:**
114
-
115
-
* Package Manager Console (PMC): Sorting in "default project" combobox changes after selection - [#6194](https://github.com/NuGet/Home/issues/6194)
116
-
65
+
### Bug:
117
66
*[Regression] in 15.5p1: Portable0.0 is skipped - [#6105](https://github.com/NuGet/Home/issues/6105)
118
-
119
67
* Assets from packages are missing after restore - [#5995](https://github.com/NuGet/Home/issues/5995)
120
-
121
68
* Plugin credential providers do not work with URIs containing spaces - [#5982](https://github.com/NuGet/Home/issues/5982)
122
-
123
-
* NuGet support for source build of NetCore - [#5903](https://github.com/NuGet/Home/issues/5903)
124
-
125
-
* nuget.exe list PackageName -IncludeDelisted doesn't show unlisted package - [#5896](https://github.com/NuGet/Home/issues/5896)
126
-
127
-
* Visual Studio 2017 failing to install nuget package in .NET 4.7 project (path too long) - [#5835](https://github.com/NuGet/Home/issues/5835)
128
-
129
-
* NuGet UI in VS displays the wrong available versions of nuget packages. - [#5738](https://github.com/NuGet/Home/issues/5738)
130
-
131
69
* If package failed to restore, error should be printed i the output even with Minimal verbosity ON - [#5658](https://github.com/NuGet/Home/issues/5658)
132
-
133
70
* dotnet restore at solution-level doesn't follow ProjectReference with ReferenceOutputAssembly of false leading to random build failures - [#5490](https://github.com/NuGet/Home/issues/5490)
134
-
135
-
* Avoid user specific data from nuget props/targets files - [#4929](https://github.com/NuGet/Home/issues/4929)
136
-
137
-
* linux subsystem (bash) windows 10 - fails to communicate network - [#4844](https://github.com/NuGet/Home/issues/4844)
138
-
139
71
* Auto-complete in PMC works incorrectly with object methods - [#4800](https://github.com/NuGet/Home/issues/4800)
140
-
141
-
* Unable to nuget.exe delete on a prerelease build - [#4746](https://github.com/NuGet/Home/issues/4746)
142
-
143
-
* Migrated project shows warning when packed. - [#4718](https://github.com/NuGet/Home/issues/4718)
144
-
145
72
* nuget.exe restore fails with Visual Studio 2015 toolset - [#4713](https://github.com/NuGet/Home/issues/4713)
146
-
147
-
* Visual Studio package manager not updated when NuGet.config is edited - [#4285](https://github.com/NuGet/Home/issues/4285)
148
-
149
-
* update packages on .net core projects not working - [#4278](https://github.com/NuGet/Home/issues/4278)
150
-
151
73
* perf - pmc is expensive to instantiate in vs2017 - [#4205](https://github.com/NuGet/Home/issues/4205)
* VSFeedback: Update of Microsoft.Owin.Security.Cookies took long time - [#4111](https://github.com/NuGet/Home/issues/4111)
156
-
157
74
* Slow to get dependency information on slow connection - [#4089](https://github.com/NuGet/Home/issues/4089)
158
-
159
-
* Feature Request: Enhance support for Management Pack projects (mpproj) - [#4068](https://github.com/NuGet/Home/issues/4068)
160
-
161
75
* uninstall-package w/ -RemoveDependencies will fail if multiple packages share a common dependency - [#4026](https://github.com/NuGet/Home/issues/4026)
* Can't enable package source from local config if that source is disabled in global config. - [#3608](https://github.com/NuGet/Home/issues/3608)
166
-
167
-
* Move NuGet.targets to contentFiles in NuGet.Build.Tasks - [#3603](https://github.com/NuGet/Home/issues/3603)
168
-
169
-
* Version conflicts can occur when a project is used instead of a package - [#3602](https://github.com/NuGet/Home/issues/3602)
170
-
171
-
* Remove noninteractive option from nuget.exe pack command - [#3598](https://github.com/NuGet/Home/issues/3598)
172
-
173
-
* Logging of nuget.exe push does not agree with source parameter - [#3597](https://github.com/NuGet/Home/issues/3597)
174
-
175
-
* Consider: nuget locals should still support nuget.exe locals -clear packages-cache - [#3591](https://github.com/NuGet/Home/issues/3591)
176
-
177
76
* Finalize NuGet.Core.nupkg for publishing - [#3581](https://github.com/NuGet/Home/issues/3581)
178
-
179
77
* NuGet pack resolves dependency ID from directory name when -IncludeProjectReferences is used for csproj + project.json - [#3566](https://github.com/NuGet/Home/issues/3566)
180
-
181
-
* Unable to write any unit test because of Nuget - [#3254](https://github.com/NuGet/Home/issues/3254)
182
-
183
78
* The type initializer for 'NuGet.ProxyCache' threw an exception - [#3144](https://github.com/NuGet/Home/issues/3144)
184
-
185
79
* nuget restore performance issue with kudu - [#3087](https://github.com/NuGet/Home/issues/3087)
186
-
187
-
* VS2015 freezes on startup loading Nuget Packages - [#2175](https://github.com/NuGet/Home/issues/2175)
188
-
189
80
* UI Client fails to show any error or warning when search is ahead of registration blobs - [#2149](https://github.com/NuGet/Home/issues/2149)
190
-
191
-
* Restore summary has incorrect "packages installed" output - [#2139](https://github.com/NuGet/Home/issues/2139)
192
-
193
81
* Get-Packages -Updates generates an incorrect query - [#2135](https://github.com/NuGet/Home/issues/2135)
194
82
195
-
* NuGet 3 dependency resolution model breaks the ability to use Debug builds - [#2120](https://github.com/NuGet/Home/issues/2120)
196
-
197
-
* Dependency version resolution appears broken - [#2118](https://github.com/NuGet/Home/issues/2118)
198
-
199
-
* Inconsistent Behavior in Packages View in Package Manager UI - [#2111](https://github.com/NuGet/Home/issues/2111)
200
-
201
-
* Uninstall packages tries to install old version first - [#2050](https://github.com/NuGet/Home/issues/2050)
202
-
203
-
* Managa Packages for Solution UX in VS 2015 - [#2030](https://github.com/NuGet/Home/issues/2030)
* nuget.commandline 3.3.0 -Source not adhering to source - [#2018](https://github.com/NuGet/Home/issues/2018)
208
-
209
-
* nuget.exe update -Id not working when project has not restored packages ? - [#2013](https://github.com/NuGet/Home/issues/2013)
210
-
211
-
* Packages with deep content get partially unpacked and an incorrect error result of "Package Not Found" - [#1727](https://github.com/NuGet/Home/issues/1727)
212
-
213
-
214
-
**Docs:**
215
-
216
-
* We need docs for AssetTargetFallback, both generally and migrating from PackageTargetFallback . - [#5998](https://github.com/NuGet/Home/issues/5998)
217
-
218
-
* No documentation? - [#4890](https://github.com/NuGet/Home/issues/4890)
219
-
220
-
* Project style dialog should not apply to templates - [#4748](https://github.com/NuGet/Home/issues/4748)
0 commit comments