Source code checked in, #7c0b6ed63d531b25e51b06c8c24bb2bdcd40f022
In NuGet.Server, intercept OData query to replace `element.Id == "packageId"` with `string.Equals(element.Id, "packageId", StringComparison.OrdinalIgnoreCase)` so that searching by package id is case...
View ArticleNew Post: Issues installing Nuget on Windows Vista
Hi I am running Windows Vista and using Visual Studio Ultimate 2010. I am trying to install Nuget. I get an error message stating: "The installation was unable to install the extension to all the...
View ArticleCreated Issue: When getting specific version of package from NuGet.Server,...
To repro the problem, - starts a NuGet.Server. Copy some packages to the folder used by the server.- run ```NuGet.exe install <packageId> -version <version> -source <the NuGet.Server>...
View ArticleEdited Issue: When getting specific version of package from NuGet.Server, the...
To repro the problem, - starts a NuGet.Server. Copy some packages to the folder used by the server.- run ```NuGet.exe install <packageId> -version <version> -source <the NuGet.Server>...
View ArticleCommented Issue: When getting specific version of package from NuGet.Server,...
To repro the problem, - starts a NuGet.Server. Copy some packages to the folder used by the server.- run ```NuGet.exe install <packageId> -version <version> -source <the NuGet.Server>...
View ArticleSource code checked in, #a31bfadb0cbc58757e766fe144c980c9acaf03e9
Disabling all the ProjectRetargeting tests since they seem to cause random failures on the CI. Also, test has added MAUI tests for similar scenarios
View ArticleNew Post: Support for SSDT projects: new fork
This have any chance of making it into the main distro? What do we need to move this forward?
View ArticleEdited Issue: Relax pre-release package restriction policy [3039]
Consider the following scenario: there is a package (e.g. Super.Log) which goes through version 0.1 to 0.9 and is now approaching release. Developers publish a version 0.1-rc, and this becomes a...
View ArticleCommented Issue: Create NuGetDir property in NuGet.targets [2646]
I am currently configuring a Build Configuration in TeamCity to build a number of projects which are all contained in a larger solution. This solution has Package Restore enabled.Using TeamCity's VCS...
View ArticleEdited Issue: Create NuGetDir property in NuGet.targets [2646]
I am currently configuring a Build Configuration in TeamCity to build a number of projects which are all contained in a larger solution. This solution has Package Restore enabled.Using TeamCity's VCS...
View ArticleCommented Issue: Add possibility for exact-match searches with "Get-Package"...
I'd like to list all version of one specific package.For example:nuget list nunit -allversions -exactmatchRight now, it will list everything that has nunit in its id or description.Comments: Thanks for...
View ArticleCommented Issue: Add possibility for exact-match searches with "Get-Package"...
I'd like to list all version of one specific package.For example:nuget list nunit -allversions -exactmatchRight now, it will list everything that has nunit in its id or description.Comments: Yes, we...
View ArticleSource code checked in, #6c4181ac49b5700aead19b41f49ae8b58e60713b
When -ConfigFile is specified in nuget restore command, the specified config file path is relative to the working directory, not relative to $(solutionDir)\.nuget directory. Another change is to...
View ArticleNew Post: Support for SSDT projects: new fork
Hi, First of all, thanks for your effort in contributing to NuGet. To answer your questions above, I need to know more about the .dacpac files. What are they for? Also, does SSDT projects have the...
View ArticleCommented Unassigned: Cannot add C# package to C++/Cli project [3665]
I have a solution with 2 projects: Project CS - C# (net45)Project Cpp - C++ with /clr (x64/net45)I can add C# dependencies to the CS project, and I can add native packages (created using CoApp) to the...
View ArticleNew Post: Issues installing Nuget on Windows Vista
Did you download the correct PowerShell installer file for your system?
View ArticleNew Post: Scripts for Package Restore and Package Creation for Team Build 2013
Btw, we have an NuGet ecosystem page on our docs site (http://docs.nuget.org/docs/reference/ecosystem), in which we list all known NuGet-related projects and services. If you're interested in adding...
View ArticleNew Post: Issues installing Nuget on Windows Vista
I realised you could download and install it via the Visual Studio Extension Manager through Visual Studio. So I am testing all that out at the moment.
View ArticleCommented Unassigned: Cannot add C# package to C++/Cli project [3665]
I have a solution with 2 projects: Project CS - C# (net45)Project Cpp - C++ with /clr (x64/net45)I can add C# dependencies to the CS project, and I can add native packages (created using CoApp) to the...
View Article