Closed Issue: instructions in package are now ignored [2776]
I have a package who define a <references> assembly in the metadata of a nuspec. The definition is like the following : <references> <reference file="my.assembly.dll" />...
View ArticleEdited Issue: Remove deprecated publish command [2443]
The publish command has been deprecated since 1.6. We've had it in there for a while now to prevent build breaks. Should be safe to remove it now.
View ArticleEdited Issue: Build Error on the machine that has Visual Studio 11 installed...
Getting this error below when I build on the machine that has VS 11 installed. MSBUILD : error : CA0053 : Unable to load rule assembly 'c:\michael...
View ArticleEdited Issue: nuget pack / VersionUtility doesn't treat dependency version...
nuget pack will build a package with dependency version set to "(,)" edit : I tought it was failing but it will install the latest version of the dependency when installing.
View ArticleEdited Issue: NuGet push asks for credentials when pushing a package that you...
The server returns a 403 Forbidden and NuGet.exe responds by asking the user for credentials.
View ArticleEdited Issue: "nuget.exe install" output is different when normalizing...
The ouput is different when nuget.exe has to normalize version (1.8.0 == 1.8)Example with MVC 3.0.1 :feed has jQuery.Validation 1.8, packages.config has jQuery.Validation 1.8.0. "nuget.exe install...
View ArticleEdited Issue: "Object reference not set to an instance of an object" in 1.7...
I am trying to run a nuget pack on a project and it is working fine with 1.6, but when I use 1.7 I get "Object reference not set to an instance of an object". Need any more information? How can I get...
View ArticleEdited Issue: Package restore does not restore satellite packages correctly...
Satellite packages cannot be installed in parallel with regular packages. We would need to ensure they always are installed later than the corresponding core package.
View ArticleEdited Issue: Enabled package restore on TeamCity running several build...
I have enabled package restore in my solution. Our TeamCity build server has two build agents running, causing the build to fail with the following error message:Step 1/3: Build *** (MSBuild)...
View ArticleCreated Issue: OutOfMemoryException during NuGet install [2777]
I created a nuget package that has 3 158MB text files in it. The resulting nupkg file is 5.6MB. I put this package in my Nuget feed. I then try to install this package:nuget.exe install LargePackage...
View ArticleCommented Issue: OutOfMemoryException during NuGet install [2777]
I created a nuget package that has 3 158MB text files in it. The resulting nupkg file is 5.6MB. I put this package in my Nuget feed. I then try to install this package:nuget.exe install LargePackage...
View ArticleEdited Issue: Hierarchical nuget.config doesn't use ActivePackageSource as...
Scenario: NuGet package restore using a solution-specific, local nuget.config file. Details:- No nuget config present on build server. - People should be able to stick as much as possible to the...
View ArticleCommented Issue: Hierarchical nuget.config doesn't use ActivePackageSource as...
Scenario: NuGet package restore using a solution-specific, local nuget.config file. Details:- No nuget config present on build server. - People should be able to stick as much as possible to the...
View ArticleSource code checked in, #6a55fb9fddf2
Fixed issue in Debug builds when using NuGet.exe with no args
View ArticleReopened Issue: NuGet.exe reports incorrect version [2668]
When running NuGet.exe (version 2.1) without any arguments, the same executable seems to report a different version when executed on different machines. In my case, the exact same executable report...
View ArticleNew Post: Packaging projects with localized resources inside
@pranavkm: I can confirm that using a backward slash fixes this kind of issue. Thanks a lot for the tip.
View ArticleCommented Issue: Nuget Update -Repository breaks csproj hintpath [2783]
nuget update "C:\work\MyProject\Src\ClassLibrary1\packages.config" -RepositoryPath "C:\work\MyProject\Feed" -Verbosemy Feed folder has nothing but a bunch of nupkg files, and the one of interest is a...
View ArticleCommented Issue: NuGet.exe reports incorrect version [2668]
When running NuGet.exe (version 2.1) without any arguments, the same executable seems to report a different version when executed on different machines. In my case, the exact same executable report...
View ArticleEdited Issue: VS2012 hangs for over a minute when clicking manage package [2686]
When I open "manage NuGet packages" on solution and click on "manage" for a package, it takes over a minute to show the dialog containing all the projects - without any indication that something is...
View Article