Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Update Known-Issues.markdown
Browse files Browse the repository at this point in the history
Add known issue for the implications of package case changes.
  • Loading branch information
sblom committed Dec 15, 2014
1 parent fd2f7e5 commit d7638c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions site/Docs/Reference/Known-Issues.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,11 @@ Windows Phone Tools does not have support for the Visual Studio Extension Manage
uninstall NuGet, run the following command.

vsixinstaller.exe /uninstall:NuPackToolsVsix.Microsoft.67e54e40-0ae3-42c5-a949-fddf5739e7a5

## Changing the capitalization of NuGet package IDs breaks package restore
As discussed at length on [this GitHub issue](https://github.com/Particular/NServiceBus/issues/1271#issuecomment-20865932),
changing the capitalization of NuGet packages can be done by NuGet support, but causes
complications during package restore for users who have existing, differently-cased, packages
in their local package cache. We recommend only requesting a case change when you have a way to
communicate with existing users of your package about the break that may occur to their
build-time package restore.

0 comments on commit d7638c5

Please sign in to comment.