New Post: PROTOTYPE Implementation of Native Libraries in NuGet
@teajay ->Next week, I'll be writing a tool/cmdlet that will generate the .props file. (and generate you a .nuspec too, if you didn't have one).Shouldn't take me too terribly long, I've got code...
View ArticleEdited Issue: Need to add different references per platform [2763]
Currently the References element isn't able to specify different file names/references based on the target platform.This should be split up like the depependencies:<References><Group...
View ArticleEdited Issue: Need to add different references per platform [2763]
Currently the References element isn't able to specify different file names/references based on the target platform.This should be split up like the depependencies:<References><Group...
View ArticleClosed Issue: NuGet Package Restore causes build errors [2850]
I'm using NuGet 2.1.31002.9028 and Visual Studio 2012.Steps that produce the issue:1. New Project2. Enable NuGet Package Restore3. Install any package4. Build projectErrors:Error 1 The system cannot...
View ArticleNew Post: Project unavailable error while unloading project from Install.ps1
In my Install.ps1 I’ve managed to add a post build event to my project file using the msbuild api:param($installPath, $toolsPath, $package, $project)#save the project file first - this commits the...
View ArticleNew Post: Project unavailable error while unloading project from Install.ps1
Try calling $buildProject.Save() instead of unloading and reloading the project.
View ArticleCommented Issue: Manage nuget packages fails when tries download package [2604]
Hello.Since nuget is working with CDN I'm having problems to download packages. I'm trying at home and at work which are totally different networks.I can list and search for packages but when I try to...
View ArticleCreated Issue: [Regression]uninstall package, an yellow bar shows "packages...
1. installpackage SupportingMultipleFrameworks.2. uninstallpackage SupportingMultipleFrameworks.a yellow bar displayed.NuGet version:2.3.40104.9366
View ArticleNew Post: Nuget package release branches
Hello,Thank you for you suggestion. So if I understood correctly, these things should be done:I should not add EF as a dependency package. I should move the assemblies of my library from the lib...
View ArticleEdited Issue: [Regression]uninstall package, an yellow bar shows "packages...
1. installpackage SupportingMultipleFrameworks.2. uninstallpackage SupportingMultipleFrameworks.a yellow bar displayed.NuGet version:2.3.40104.9346
View ArticleNew Post: PROTOTYPE Implementation of Native Libraries in NuGet
I'd be glad to check this out !
View ArticleCreated Issue: Conflicts resolver (merge/overwrite) [2951]
When you update package, which before placed content in your project (like css/js etc.) which you altered in between, then the Nuget will skip the file. I would like a more elegant approach where nuget...
View ArticleCommented Issue: config file [2899]
when nuget search for the config file to use, it seaches a file call nuget.config under solutionDir/nuget/ first and then in the parents directories.but it does not search for a config file in the...
View ArticleSource code checked in, #244affebfcfa
Merge branch 'issue--1511' of https://git01.codeplex.com/forks/miroslavbajtos/nuget
View ArticleCreated Issue: Shared Projects Across Solutions "Restore" Incorrectly In...
When using NuGet in a project that is used in multiple solutions, packages are placed and stored as solution relative paths, while package hint path references are stored as package relative...
View ArticleCreated Issue: a prompt to enable package restore [2953]
user is followed these steps:1. create new solution2. check it in to TFS. didn;t select packages folder3. Another user checks it out and things stop worked. Actual:A novice user would not be able to...
View ArticleEdited Issue: a prompt to enable package restore [2953]
A user followed these steps:1. create new solution2. check it in to TFS. didn;t select packages folder3. Another user checks it out and things stop worked. Actual:A novice user would not be able to...
View ArticleCreated Issue: A link to view package contents in package manager dialog [2954]
It would be helpful to show a link in the right navigation of package manager dialog (when I select a package) which would take me to the view package content page on the nuget gallery.For example, if...
View ArticleNew Post: How to correctly set up a proper fully automated release workflow?
Hi,I have a somewhat complex question. I'll give a description with my thoughts in detail below, but the question boils down to:How do I set up my solution and NuSpecs 'the proper way' to do build and...
View Article