New Post: Is it possible to have nuspec and csproj in different directories?
You can enter the full path to your csproject file in the pack command.nuget.exe pack c:\myproject.csproj
View ArticleCommented Issue: nuget installing packages to /net40 folder instead of /sl4...
What could be calling nuget to install packages such as JSON.NET to /net40 folder like the following? {project folder}\packages\Newtonsoft.Json.4.5.6\lib\net40\Newtonsoft.Json.dllThis is causing some...
View ArticleCommented Issue: nuget installing packages to /net40 folder instead of /sl4...
What could be calling nuget to install packages such as JSON.NET to /net40 folder like the following? {project folder}\packages\Newtonsoft.Json.4.5.6\lib\net40\Newtonsoft.Json.dllThis is causing some...
View ArticleCommented Issue: nuget installing packages to /net40 folder instead of /sl4...
What could be calling nuget to install packages such as JSON.NET to /net40 folder like the following? {project folder}\packages\Newtonsoft.Json.4.5.6\lib\net40\Newtonsoft.Json.dllThis is causing some...
View ArticleEdited Issue: nuget installing packages to /net40 folder instead of /sl4...
What could be calling nuget to install packages such as JSON.NET to /net40 folder like the following? {project folder}\packages\Newtonsoft.Json.4.5.6\lib\net40\Newtonsoft.Json.dllThis is causing some...
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 ArticleCommented Issue: nuget installing packages to /net40 folder instead of /sl4...
What could be calling nuget to install packages such as JSON.NET to /net40 folder like the following? {project folder}\packages\Newtonsoft.Json.4.5.6\lib\net40\Newtonsoft.Json.dllThis is causing some...
View ArticleCreated Feature: Do not allow editing machine-wide feeds [3306]
In 2.6, we add the extensibility point for config files located in %ProgramData%\NuGet\Config\*.config files. Because the current user may not be able to edit those files, we will disable editing...
View ArticleCreated Unassigned: NuGet.targets does not pass $(Platform) to nuget pack [3307]
I can provide a formal patch, but basically Line 55:<BuildCommand>$(NuGetCommand) pack "$(ProjectPath)" -Properties __Configuration=$(Configuration)__ $(NonInteractiveSwitch) -OutputDirectory...
View ArticleNew Post: Nuget 2.5 doesn't add project references as a depedency
According to http://docs.nuget.org/docs/release-notes/nuget-2.5, If the referenced project has corresponding nuspec file, e.g. there is a file called proj1.nuspec in the same directory as proj1.csproj,...
View ArticleCommented Unassigned: NuGet package install does not work well when two...
Repro steps:1. have two projects sharing the same folder, i.e. open project in windows explorer, the folder being opened is the same2. install package to one of the project3. install package to another...
View ArticleEdited Unassigned: NuGet package install does not work well when two projects...
Repro steps:1. have two projects sharing the same folder, i.e. open project in windows explorer, the folder being opened is the same2. install package to one of the project3. install package to another...
View ArticleCommented Unassigned: NuGet package install does not work well when two...
Repro steps:1. have two projects sharing the same folder, i.e. open project in windows explorer, the folder being opened is the same2. install package to one of the project3. install package to another...
View ArticleNew Post: Is it possible to have nuspec and csproj in different directories?
I tried specifying the full path to the csproj file, thinking nuget might pick up the nuspec file in the current directory but it doesn't appear to.
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 ArticleNew Post: NuGet Hangs Loading Manage Dialog
I've cleaned up my solution by removing some solutions folders and reorganized my projects (Tests in test folder and other projects directly attached under the solution). It hasn't crashed since then....
View ArticleCommented Issue: Clicking "Project Information" link causes VS2010 to crash...
Visual Studio 2010 version 10.0.40219.1 SP1Rel NuGet version 1.6.21215.9133I was looking at the AddMVC to existing web project package from Scott Hanselman on NuGet (using the package manager). I had...
View ArticleCommented Unassigned: Nuget 2.5.40416.9020 fails to load...
I would like to enable the [`mirror`](http://docs.nuget.org/docs/reference/command-line-reference#Mirror_Command) command.Given that I have copied `Nuget.ServerExtensions.dll` to the same directory as...
View ArticleCommented Issue: Clicking "Project Information" link causes VS2010 to crash...
Visual Studio 2010 version 10.0.40219.1 SP1Rel NuGet version 1.6.21215.9133I was looking at the AddMVC to existing web project package from Scott Hanselman on NuGet (using the package manager). I had...
View Article