Commented Issue: Project info in IVsPackageInstallerEvents events [2741]
We need information about project in IVsPackageInstallerEvents events.Currently, only info about packages is available.Comments: Can you describe what you want to do with the project information?
View ArticleEdited Issue: Add Quick Launch search provider [2413]
Implement a search provider for the Quick Launch input field in VS.
View ArticleSource code checked in, #32430b00c8eb
Bug-2710 : Last updated always shows today 1. Changed PackageIdentity.LastUpdated to PackageIdentity.Published in OnlineProviderTemplates.xaml
View ArticleNew Post: nuget.exe install not updating packages.config (or .csproj)?
As pranavkm explained, nugget.exe install does not update packages.config or add project references for you. You need to run the 'install' command, followed by 'update' command to achieve that.
View ArticleEdited Issue: NuGet Packages Disappearing [2411]
Re-Post from http://nuget.codeplex.com/discussions/361731This is a serious issue for us and I think it needs to be created as an issue:When I update one of our projects, references to Log4net and...
View ArticleEdited Issue: NuGet Packages Disappearing [2411]
Re-Post from http://nuget.codeplex.com/discussions/361731This is a serious issue for us and I think it needs to be created as an issue:When I update one of our projects, references to Log4net and...
View ArticleSource code checked in, #767d123c4d2a
Modify build script to build GenerateTestPackage in the correct target framework version.
View ArticleCreated 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?
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: what is the content of your...
View ArticleCommented Issue: Cannot search for LumenWorks.Framework.IO.dll package [2739]
There is a package named:LumenWorks.Framework.IO.dllHere is the direct link:http://nuget.org/packages/LumenWorks.Framework.IO.dllHowever, none of the following searches return this package either on...
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: Nuspec-file example: <?xml...
View ArticleCommented Issue: Can not restore multiple solution-level packages from...
When using several solution-level packages from different repositories an error occurs when trying to restore the packages: "An error occurred while trying to restore packages. Please try again."If I...
View ArticleCommented Issue: Project info in IVsPackageInstallerEvents events [2741]
We need information about project in IVsPackageInstallerEvents events.Currently, only info about packages is available.Comments: In ReSharper some internal structures are not updated after NuGet...
View ArticleCreated Issue: DonwloadNuGet task fails in multi-project solution [2743]
When using package restore in a multi-project solution, if DownloadNuGetExe is set to true in NuGet.targets the build will fail with the error "An exception occurred during a WebClient request".The...
View ArticleCreated Issue: Allow package restore to install latest package version [2744]
Package restore will run the install command for the packages.config, and intentionally installs only the version specified for each entry in the config. A nice feature would be an option to allow...
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: Example 1 of specifying files in...
View ArticleCommented 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 ArticleCreated Issue: Package Restore/PreBuildEvent Ordering Broken [2745]
If a project is created with NuGet 2.1 installed, and contains a PreBuildEvent which relies on a package to be installed, it will fail to build.The problem is that since (I believe) NuGet 2.1, the...
View ArticleEdited Issue: Package Restore/PreBuildEvent Ordering Broken [2745]
If a project is created with NuGet 2.1 installed, and contains a PreBuildEvent which relies on a package to be installed, it will fail to build.The problem is that since (I believe) NuGet 2.1, the...
View Article