Skip to content

Commit 4e5e1a2

Browse files
author
Kraig Brockschmidt
authored
Merge branch 'live' into master
2 parents c9fd529 + 9978d35 commit 4e5e1a2

File tree

3 files changed

+4
-155
lines changed

3 files changed

+4
-155
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,4 @@
3939
"template_folder": "_themes.pdf"
4040
}
4141
},
42-
"branch_target_mapping": {
43-
"live": [
44-
"Publish",
45-
"Pdf"
46-
]
47-
},
48-
"need_generate_pdf_url_template": true,
49-
"need_generate_pdf": false,
50-
"need_generate_intellisense": false
51-
}
42+
}

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

Lines changed: 2 additions & 145 deletions
Original file line numberDiff line numberDiff line change
@@ -39,190 +39,47 @@ ms.reviewer:
3939
.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.
4040

4141
### You will be unable to view, add, or update DotNetCLITools, using Nuget Package Manager
42-
4342
#### Issue:
4443
NuGet Package Manager does not display and does not allow add/update of DotNetCLITools. [NuGet#4256](https://github.com/NuGet/Home/issues/4256)
45-
4644
#### Workaround:
4745
DotNetCLIToolReferences must be manually edited in your project file.
4846

4947
### Retargeting target framework version may lead to incomplete Intellisense
50-
5148
#### Issue:
5249
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-
5450
#### Workaround:
5551
Do a manual restore.
5652

57-
5853
### A package in a .NET Core project that contains an assembly with an invalid signature, can trigger an infinite restore loop
59-
6054
#### Issue:
6155
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-
6356
#### Workaround:
6457
There is no workaround at this time.
6558

66-
6759
## Issues fixed in NuGet 4.5 RTM timeframe
68-
6960
For issues fixed in NuGet 4.4 RTM, please refer to [NuGet 4.4 RTM Release Notes](../release-notes/nuget-4.4-RTM.md)
7061

71-
**Feature:**
72-
62+
### Feature:
7363
* Disable auto-push of symbols package - [#6113](https://github.com/NuGet/Home/issues/6113)
7464

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)
76-
77-
* nuget spec doesn't detect csproj dependencies - [#5833](https://github.com/NuGet/Home/issues/5833)
78-
79-
* 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:
11766
* [Regression] in 15.5p1: Portable0.0 is skipped - [#6105](https://github.com/NuGet/Home/issues/6105)
118-
11967
* Assets from packages are missing after restore - [#5995](https://github.com/NuGet/Home/issues/5995)
120-
12168
* 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-
13169
* 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-
13370
* 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-
13971
* 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-
14572
* 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-
15173
* perf - pmc is expensive to instantiate in vs2017 - [#4205](https://github.com/NuGet/Home/issues/4205)
152-
153-
* Latest NuGet PACK yields PREVIOUS version AssemblyVersionAttribute values - [#4149](https://github.com/NuGet/Home/issues/4149)
154-
155-
* VSFeedback: Update of Microsoft.Owin.Security.Cookies took long time - [#4111](https://github.com/NuGet/Home/issues/4111)
156-
15774
* 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-
16175
* uninstall-package w/ -RemoveDependencies will fail if multiple packages share a common dependency - [#4026](https://github.com/NuGet/Home/issues/4026)
162-
163-
* Error in Nuget restore command - nuget 2.8.6 - [#4010](https://github.com/NuGet/Home/issues/4010)
164-
165-
* 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-
17776
* Finalize NuGet.Core.nupkg for publishing - [#3581](https://github.com/NuGet/Home/issues/3581)
178-
17977
* 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-
18378
* The type initializer for 'NuGet.ProxyCache' threw an exception - [#3144](https://github.com/NuGet/Home/issues/3144)
184-
18579
* 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-
18980
* 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-
19381
* Get-Packages -Updates generates an incorrect query - [#2135](https://github.com/NuGet/Home/issues/2135)
19482

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)
204-
205-
* Unhelpful error message - [#2027](https://github.com/NuGet/Home/issues/2027)
206-
207-
* 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)
221-
222-
* Project.json docs page contains link-to-self for Dependency Resolution. - [#4107](https://github.com/NuGet/Home/issues/4107)
223-
224-
* NuGet docs do not specify behavior for ./tools or install.ps1 args - [#3656](https://github.com/NuGet/Home/issues/3656)
225-
22683

22784
## Link to GitHub issues fixed in 4.5 RTM
22885

docs/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
# [GitHub Repositories](https://github.com/NuGet)
109109
# Release Notes
110110
## [Known Issues](Release-Notes/Known-Issues.md)
111+
## [NuGet 4.5 RTM](Release-Notes/NuGet-4.5-RTM.md)
111112
## [NuGet 4.4 RTM](Release-Notes/NuGet-4.4-RTM.md)
112113
## [NuGet 4.3 RTM](Release-Notes/NuGet-4.3-RTM.md)
113114
## [NuGet 4.0 RTM](Release-Notes/NuGet-4.0-RTM.md)

0 commit comments

Comments
 (0)