Created Issue: Add a package analysis rule which mandates version spec for...
We need to add a analysis rule which checks if a version constraint is set for package dependencies. At times, packages don't have anything set dependency version and this leads to the latest versions...
View ArticleCreated Issue: Multiple versions of a package in solution when managing...
I recently noticed an issue with the way the "Manage Nuget Packages" feature works at the projetct level.Here's a scenario that happened yesterday:* A team member wants to add a reference to package A...
View ArticleEdited Issue: Multiple versions of a package installed in solution when...
I recently noticed an issue with the way the "Manage Nuget Packages" feature works at the projetct level.Here's a scenario that happened yesterday:* A team member wants to add a reference to package A...
View ArticleEdited Issue: [2.3] includereferencedprojects need to parse id token before...
1. classlibrary3 references classlibrary51.2. Classlibrary51 has nuspec file with version token3. nuget pack -includereferencedprojects -verbosity detailedActual:NuGet.CommandLineException: Error...
View ArticleCreated Issue: [2.3] includereferencedprojects doesn't use the metadata from...
1. Classlibrary1 references classlibrary22. Classlibrary2 has a nuspec file with the following<dependencies> <group><dependency id="RouteMagic" version="1.1.0"...
View ArticleEdited Issue: [2.3] includereferencedprojects doesn't use the metadata from...
1. Classlibrary1 references classlibrary22. Classlibrary2 has a nuspec file with the following<dependencies> <group><dependency id="RouteMagic" version="1.1.0"...
View ArticleCommented Issue: nuget.exe packages.config creation/update when doing install...
So I love using nuget within Visual Studio, and i'm starting to use it a bit within shells for setting up build-tools directories, like grabbing NUnit.Runner, PSake, etc.Would be cool for nuget.exe to...
View ArticleCreated Issue: [2.3] includereferencedprojects -symbols doesn't add sources...
1. classlibrary 1 references classlibrary22. nuget pack -includereferencedprojects - sybolsActual:the generated package contains pdb for both the projects but contains sources for classlibrary1...
View ArticleEdited Issue: includereferencedprojects -symbols doesn't add sources for...
1. classlibrary 1 references classlibrary22. nuget pack -includereferencedprojects - sybolsActual:the generated package contains pdb for both the projects but contains sources for classlibrary1...
View ArticleCommented Issue: [2.3] includereferencedprojects doesn't use the metadata...
1. Classlibrary1 references classlibrary22. Classlibrary2 has a nuspec file with the following<dependencies> <group><dependency id="RouteMagic" version="1.1.0"...
View ArticleEdited Issue: includereferencedprojects -symbols doesn't add sources for...
1. classlibrary 1 references classlibrary22. nuget pack -includereferencedprojects - symbolsActual:the generated package contains pdb for both the projects but contains sources for classlibrary1...
View ArticleCreated Issue: Package restore makes a call to FindPackagesById which is not...
While doing Package Restore from the client. it makes a call to "FindPackagesById" and then fetches the actual package.Why is the call to FindPackagesById required ? PR is always tied to a specific...
View ArticleCreated Issue: Package restore not honoring allowed versions [3127]
Based on the SO thread :http://stackoverflow.com/questions/15027256/cannot-automatically-update-a-nuget-package-to-the-latest-version-during-buildI had this requirement in our Gallery Functional tests...
View ArticleCreated Issue: Nuget pack command should provide an option to exclude...
Nuget.exe Pack command based on a csproj includes all packages in packages.config as dependencies.While it is good thing to have, it would be nice to provide a switch to turn that off if the user...
View ArticleCreated Issue: File changes made through a NuGet package don't get the file...
__Repro Steps:__1. Create an empty Web application project1. Check in the project into TFS1. Add a folder "Scripts" into the project1. Add a .js file "_references" into the "Scripts" folder1. Open...
View ArticleEdited Issue: File changes made through a NuGet package don't get the file...
__Repro Steps:__1. Create an empty Web application project1. Add a folder "Scripts" into the project1. Add a .js file "_references" into the "Scripts" folder1. Check in the project into TFS1. Open...
View ArticleNew Post: What the use of floder "src" while creating a package with NuGet...
Hi,there. I'm using NuGet Package Explorer to create my own package which will be used in my serveral projects. I just choose "Add Src Folder", which I think may see the source code of the...
View ArticleCreated Issue: Metadata package is added at both project and solution...
1. Create package B that has one file under \content (to make it a project-level package)2. Create package A that has __no__ file, but only a dependency on B. It is important that A has absolutely no...
View ArticleEdited Issue: Install metapackage at a project level [2868]
Nuget fails to install a metapackage at a project level. The assumption here is that since the meta package installs packages which are project level so the metapackage should be able to be installed...
View ArticleCommented Issue: Install metapackage at a project level [2868]
Nuget fails to install a metapackage at a project level. The assumption here is that since the meta package installs packages which are project level so the metapackage should be able to be installed...
View Article