Commented Feature: Support for SQL Server Database Tools projects [2439]
SSDT projects can reference DacPac files, which are similar in concept to assemblies. There is a perceived need for NuGet packages that can install DacPacs into SSDT projects, so that common database...
View ArticleCreated Unassigned: Manage nuget for solution does not correctly show the new...
I have notice that when we work in a team if one of my colleague update the package on his side and publish the changes to our vcs, then if I downlload this update the visual studio manager will keep...
View ArticleCommented Unassigned: Unable to connect to a feed if a proxy has been...
I'm trying to use Nuget.Core functiaonality in my application. Everything works fine until I specify a proxy in my web.config```<system.net><defaultProxy enabled="true"...
View ArticleNew Post: Having a package in the local cache with schema version compatible...
Is this a known issue? I can have items in the cache and install things just fine, until I take an older version of nuget and try to point it to specifically to a source, then it fails every time. It...
View ArticleNew Post: Having a package in the local cache with schema version compatible...
It looks like I can specify -NoCache so I might have a workaround for now.
View ArticleNew Post: Hosting Own NuGet Feed, Unable to reach it with NuGet.exe
We are also having this issue. I'll continue researching in the meantime, but if someone knows the fix - it would be appreciated!
View ArticleNew Post: Hosting Own NuGet Feed, Unable to reach it with NuGet.exe
Yes, if anyone with more knowledge can point me in the right direction to do some debugging, I would be more than willing to do diagnostics, provide logs, packet sniff, etc.
View ArticleClosed Unassigned: Provide PropertyChangedBase method for easy property value...
In an effort to declutter my VM code I extended the PropertyChangedBase by the following method which I find very useful:``` public void SetAndNotify<T>(ref T field, T value, params...
View ArticleClosed Unassigned: Unlisted package still shown when hitting tab in the PM...
As per subject, I have an unlisted package in NuGet which is still showing when using Tab to autocomplete package names in the PM console.This is a minor problem since the package then will correctly...
View ArticleNew Post: package-manager-out-of-sync
Hopefully this is an easy one for one of you. I had posted this on stack overflow, without much success. Cheers I am on Nuget 2.5.4. The 'Manage packages for entire solution' feature to install Updates...
View ArticleCommented Unassigned: Ability to Specify Location of the NuGet Cache...
I use NuGet to share the output of CI builds with other software components. I've wired up a system that uses the command line .exe to pack, push, and install dependent modules, and I frequently run...
View ArticleCommented Issue: Unable to restore packages with .targets files [3135]
Unable to restore packages with .targets files.Steps to reproduce: 1) Create Portable Class Library Project.2) nuget-install Microsoft.Bcl.Async (for example)3) Enable NuGet package restore4) Close...
View ArticleNew Post: Package creation from Project File overwrites the defined version...
If you have two projects "ProjectA" version 1.0 and "ProjectB" version 2.0 and nuspecs for every project ProjectA.nuspec and ProjectB.nuspec. ProjectA has reference to ProjectB, when you run nuget pack...
View ArticleCommented Unassigned: Package Manager has unneccessary multiple pages [3357]
On some machines (don't know why) the Package Manager splits the list of packages into multiple pages apparently without regard to the dialog size. In this case there is another package on the next...
View ArticleCommented Feature: Add 1st class support for assembly platform (x86, x64,...
I have a number of 3rd party assemblies that I would like to use nuget with but they have native platform dependencies. Currently the only solution is to create multiple packages specifying the...
View ArticleCommented Issue: Unable to restore packages with .targets files [3135]
Unable to restore packages with .targets files.Steps to reproduce: 1) Create Portable Class Library Project.2) nuget-install Microsoft.Bcl.Async (for example)3) Enable NuGet package restore4) Close...
View ArticleCreated Issue: Development dependency feature does not allow to exclude...
The current implementation for excluding development-time dependencies solves most cases and it is useful, however, it does not solve completely the problem. It does not allow to exclude dependencies...
View ArticleEdited Issue: Development dependency feature does not allow to exclude...
Issue: https://nuget.codeplex.com/workitem/1956Pull request: https://nuget.codeplex.com/SourceControl/network/forks/adamralph/nuget/contribution/3998The current implementation for excluding...
View ArticleEdited Issue: Development dependency feature does not allow to exclude...
Issue: https://nuget.codeplex.com/workitem/1956Pull request: https://nuget.codeplex.com/SourceControl/network/forks/adamralph/nuget/contribution/3998The current implementation for excluding...
View ArticleNew Post: Hosting Own NuGet Feed, Unable to reach it with NuGet.exe
This is the exception I receive when turning the Verbosity level to detailed. Nuget acts as if the server is not there, but I can view the packages in a web browser.System.InvalidOperationException:...
View Article