Commented Unassigned: Pack command for .csproj file doesn't add dependencies...
There is a bug pulling in dependencies when targeting multiple frameworks using the "nuget pack" command on a .csproj file. It attempts to add the packages multiple times and fails with an "Item...
View ArticleNew Post: Extension SDK support
Hi! The URL http://coapp.org/reference/autopackage-guide.html seems to be broken. I played around a bit and it work like a charm. Even if it native packages adds more complexity, it was easy to create...
View ArticleNew Post: Extension SDK support
Update to the latest version of the tools : update-coapptools -KillPowershellswill download the latest version and update. The AdditionalDependencies regression is fixed in the latest release. As is...
View ArticleEdited Issue: nuget.exe command description is not aligned [3253]
1. download latest nuget exe and run nuget.exeactual:Attached screenshot, text after push is not aligned correctly.expected:to be aligned properly
View ArticleCommented Issue: nuget.exe command description is not aligned [3253]
1. download latest nuget exe and run nuget.exeactual:Attached screenshot, text after push is not aligned correctly.expected:to be aligned properlyComments: Fixed in changeset...
View ArticleCreated Unassigned: UI prompts to update package past allowed version [3301]
1. Open a solution with multiple projects, exactly one of which references the jQuery NuGet package. Ensure it references jQuery 1.9.1.2. On the project that includes the jQuery package, open...
View ArticleCommented Unassigned: UI prompts to update package past allowed version [3301]
1. Open a solution with multiple projects, exactly one of which references the jQuery NuGet package. Ensure it references jQuery 1.9.1.2. On the project that includes the jQuery package, open...
View ArticleNew Post: Nuget RepositoryPath in nuget.config would ignored
I'm having the same issue with RepositoryPath ignored during build. Using NuGet 2.5.40416.9020 Right-click on any project > Build. NuGet installs everything into the default "packages" folder...
View ArticleNew Post: Nuget RepositoryPath in nuget.config would ignored
Did you try reloading your solution? Nuget currently caches nuget.config in the solution due to perf a nd you need to reload the solution in order to it refresh it.
View ArticleNew Post: Nuget RepositoryPath in nuget.config would ignored
Yes, I reload the solution after NuGet.config is changed. "RelativePath" setting in my case works fine with Manage NuGet Packages dialog, but ignored during builds.
View ArticleCreated Unassigned: "Manage Nuget Packages for Solution" shows already...
I have 2 projects in my Solution. One in .net 4 and one in .net 4.5 with the following package.configs.Net 4 Project:```<?xml version="1.0" encoding="utf-8"?><packages><package...
View ArticleEdited Unassigned: "Manage Nuget Packages for Solution" shows already...
I have 2 projects in my Solution. One in .net 4 and one in .net 4.5 with the following package.configs.Net 4 Project:```<?xml version="1.0" encoding="utf-8"?><packages><package...
View ArticleEdited Unassigned: "Manage Nuget Packages for Solution" shows already...
I have 2 projects in my Solution. One in .net 4 and one in .net 4.5 with the following package.configs.Net 4 Project:```<?xml version="1.0" encoding="utf-8"?><packages><package...
View ArticleCreated Unassigned: Nuget pack ignores repositoryPath when determining...
I have package restore enabled in my solution, so my nuget.config is in .nuget.I also have custom repositoryPath set in that config.If I set <BuildPackage>true</BuildPackage> in the csproj...
View ArticleCommented Unassigned: UI prompts to update package past allowed version [3301]
1. Open a solution with multiple projects, exactly one of which references the jQuery NuGet package. Ensure it references jQuery 1.9.1.2. On the project that includes the jQuery package, open...
View ArticleNew Post: Execute script at package restore
Hi All, I'm using NuGet 2.5. I have a package with Install.ps1 script. The script detects the operating system (32bit or 64bit) and copies a specific dll file to the project root. I need this script to...
View ArticleNew Post: Execute script at package restore
No, package restore won't execute init script.
View ArticleCommented Unassigned: UI prompts to update package past allowed version [3301]
1. Open a solution with multiple projects, exactly one of which references the jQuery NuGet package. Ensure it references jQuery 1.9.1.2. On the project that includes the jQuery package, open...
View ArticleCreated Unassigned: CI server + nuget.exe command line options [3305]
Could the [command lines](http://docs.nuget.org/docs/reference/command-line-reference) be extended to include an explicit option for Continuous Integration servers to allow nuget package updates etc on...
View ArticleCommented Unassigned: CI server + nuget.exe command line options [3305]
Could the [command lines](http://docs.nuget.org/docs/reference/command-line-reference) be extended to include an explicit option for Continuous Integration servers to allow nuget package updates etc on...
View Article