Source code checked in, #c7c769888ffd
Bug 2667, 2691, 2692 1. F# ProjectSystem does not recognize files of type .config. That is, call to IVsProject.IsDocumentInProject on an F# project for packages.config does not find packages.config....
View ArticleCommented Issue: Pack command failed with -BasePath and .csproj [2720]
I used to call NuGet.exe pack D:\Build\EasyHttp\src\EasyHttp\EasyHttp.csproj -OutputDirectory D:\Build\EasyHttp\Build\Release -BasePath D:\Build\EasyHttp -Verbose -Version 1.6.9.0 -Symbols -Properties...
View ArticleEdited Issue: Nuget packages that got installed don't show up correctly under...
• Create an F# solution• Click on References ->Manage Nuget packages.• Search for "SignalR" and click on Install• It installs the needed packages (You can look at the references)• Even after...
View ArticleEdited Issue: Uninstalling a dependent package for an F# app does not throw...
Go to Tools-> Library package manager->manage nuget packages for solutionClick on JSON.NET -> ManageUncheck boxes and click ok. This will uninstall Json.NET even though it is dependent on...
View ArticleEdited Issue: VS 2012 F# Project: packages.config not updated. [2667]
As of NuGet 2.1.31002.9028, the packages.config file in F# projects seems to never be updated. The NuGet log shows the message "'packages.config' already exists. Skipping...". According to a web...
View ArticleNew Post: Nuget RepositoryPath in nuget.config would ignored
Hello Clay, tested and tested again but can´t reproduce the problem again. I´m using VS2012 but now it seems to work - may be since the restart of VS2012 Sorry for the wrong post Matthias
View ArticleCommented Issue: Files without filenames isn't included in the package [2742]
We are using a .htaccess (hypertext access) file in our project. When I run nuget pack it skips that specific file. It that by design, customizable or a bug?Comments: Can someone please confirm if this...
View ArticleEdited Issue: F# Project VS 2012: Update package removes HintPath [2149]
In F# projects in Visual Studio 11 beta and 2012 RC, updating to a newer version of a package strips the HintPath out of the *.fsproj file, which breaks my build server. Every time I update with NuGet,...
View ArticleEdited Issue: Tab Complete in Package Manager Locks VS [2630]
Tab complete works fine for most commands but when using it to complete values for flags it can lock VSEnvironment: Win8, VS 2012Repro:New Console Application named NuGetBugReproPM> Install-Package...
View ArticleCommented Issue: Tab Complete in Package Manager Locks VS [2630]
Tab complete works fine for most commands but when using it to complete values for flags it can lock VSEnvironment: Win8, VS 2012Repro:New Console Application named NuGetBugReproPM> Install-Package...
View ArticleEdited Issue: Support creating empty folders from .nuspec [2507]
My assumption is that NuGet uses the lib folders to determine whether a particular package can be referenced from a given platform.In order to keep things simple I want to ensure that my package can be...
View ArticleEdited Issue: nuget pack warning when a target fx folder is empty [2340]
1. created a package structure with an empty "lib\net35" folder2. called "nuget.exe pack"WARNING: 1 issue(s) found with package 'Test2267'.Issue: Incompatible files in lib folder.Description: The file...
View ArticleEdited Issue: web.{configurationName}.config.transform is always applied,...
If the package to be installed contains both a web.config.transform and an app.config.transform, the appropriate transformation is made based on the package consumer's target project.However,...
View ArticleEdited Issue: "The path is not of a legal form" when specifying a relative...
When using PackageRestore in 2.1 the commandline will be something like this in a buildserver enviroment (ie not using Visual Studio) nuget.exe install packages.config -solutionDir ..\This causes a...
View ArticleCommented Issue: Pack command failed with -BasePath and .csproj [2720]
I used to call NuGet.exe pack D:\Build\EasyHttp\src\EasyHttp\EasyHttp.csproj -OutputDirectory D:\Build\EasyHttp\Build\Release -BasePath D:\Build\EasyHttp -Verbose -Version 1.6.9.0 -Symbols -Properties...
View ArticleCommented Issue: Show 'Restore' even when Enable Package Restore is not...
I don't think this feature (#1442) requires to be in "Enable Package Restore" mode but it's currently the case.For discoverability, I'd prefer this to show even when Enable Package Restore is not...
View ArticleNew Post: NuGet Authentication from Plugin
This is indeed a blocking issue for quite a common use case (also check my experience trying to make this work on TFS Preview for instance). This issue is also related:...
View ArticleCreated Issue: Access denied when updating [2750]
<p>Some of the time, when updating a NuGet package, Visual Studio 2010 appears to lock some of the XML documentation files (this occurs both through the UI and the package manager console). The...
View ArticleEdited Issue: Access denied when updating [2750]
Some of the time, when updating a NuGet package, Visual Studio 2010 appears to lock some of the XML documentation files (this occurs both through the UI and the package manager console). The error...
View ArticleEdited Issue: Access denied when updating [2750]
Some of the time, when updating a NuGet package, Visual Studio 2010 appears to lock some of the XML documentation files (this occurs both through the UI and the package manager console). The error...
View Article