Commented Issue: VS2012 hangs for over a minute when clicking manage package...
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 ArticleClosed Issue: Visual Studio 2012 hanging on Executing script file ......
I'm running VS 2012 Premium RTM on Win 7 64bit. I've had the Installing nuget window get stuck a few times (with EF 5, then SignalR install). I have to use the task manager to kill VS and start again....
View ArticleCreated Issue: decreasing page buffer size for manage package dialog [2784]
1. open a solution/project2. Launch manage nuget package dialogCurrently it buffers three pages of packages list dataI am not sure how many folks browse all the three pages before searching for the...
View ArticleNew Post: Virus Scan
Do these NuGet packages get scanned for malicious code before being uploaded to the Gallery since it is possible to include executable and script files inside the packages?
View ArticleNew Post: deploying one set of files in case of win8 html/js project and...
Getting further into this i'm finding that my winrt nuget package will also need to have the following package.nuspec settings be in effect if the target project is xaml/c# and not if the project is...
View ArticleNew Post: deploying one set of files in case of win8 html/js project and...
I'm not sure I understand your question. Are you asking if the above snippet will work? If so, yes.
View ArticleNew Post: deploying one set of files in case of win8 html/js project and...
The question is how will I tell nuget package to include those dependency and frameworkassembly settings in the case of win8 xaml/c# store projects but not in the case of win8 html/js store projects?
View ArticleEdited Issue: PathResolver does not support alt directory separator chars [2767]
nuget.exe push /foo/bar.nupkg results in a file not found even though a file exists under $PWD\foo. Shouldn't be particularly hard to allow both kinds of separators
View ArticleCommented Issue: PathResolver does not support alt directory separator chars...
nuget.exe push /foo/bar.nupkg results in a file not found even though a file exists under $PWD\foo. Shouldn't be particularly hard to allow both kinds of separatorsComments: Fixed in changeset...
View ArticleCommented 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 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 ArticleCommented Issue: Package dependencies need a way to specify a preferred...
Some packages have multiple versions for various platforms that lead to ambiguity. For example, Newtonsoft.Json has both a wp71 and a portable-wp7 target. If I build my own package as a portable...
View ArticleEdited Issue: NuGet.exe silently fails when EnableNuGetPackageRestore...
The install command checks if package restore consent (EnsurePackageRestoreConsent() method) is true and throws an InvalidOperationException if it's false. This exception is converted into an...
View ArticleCommented Issue: NuGet.exe silently fails when EnableNuGetPackageRestore...
The install command checks if package restore consent (EnsurePackageRestoreConsent() method) is true and throws an InvalidOperationException if it's false. This exception is converted into an...
View ArticleCreated Issue: project.managenugetpackages to have separate option for where...
in 2.2current Project.ManageNuGetPackages jquery;updatesproposed:Project.ManageNuGetPackages "jquery" [/searchin:installed|online|updates]to be similar to other VS commands. Eg:...
View ArticleCreated Issue: Project.ManageNuGetPackages doesn't expect quotes [2797]
with 2.2 installed open command window and typeProject.ManageNuGetPackages "jquery;online" searches for "jquery (result not items found)expected: to search for "jquery"
View ArticleEdited Issue: project.managenugetpackages to have separate option for where...
with 2.2, open command window and type<br />current Project.ManageNuGetPackages jquery;updates<br /><br />proposed:<br />Project.ManageNuGetPackages "jquery"...
View ArticleCreated Issue: it would be nice to setfocus to search results after it's...
it would be nice if I can achieve installing a package with Keyboard from quick launch1. install 2.2 2. type a search text in quick search and launch the dialog3. Now on the dialog I would like to...
View ArticleNew Post: Error accessing NuGet Feed
I have configure a on-premise NuGet Gallery using the https://github.com/NuGet/NuGetGallery.I am able to browse to the site. Register. Upload a NuGet package. I have added the OData feed to Package...
View ArticleNew Post: nuget with source control
I know the new version nuget can enable package restore, so we doesn't need to commit the Packages folder into source control, nuget will download missing packages during build, but I have some local...
View Article