I have a solution with multiple projects, many of the projects have NuGet packages installed, some of them have the same packages installed. When I run update-package NuGet checks out every csproj-fil
I would like to include a content file into the package that should refer to the current version of the package being installed (more precisely to the package folder, but the only varying part is the
I have been trying to get Moq (or rather Castle.Core) to create proxies for my internal types. The following (when added to my project under test), allows things to work:
NuGet 1.4 is allowing packages to be created w开发者_运维百科ith part of the version number greater than 65535 (i.e. 1.0.0.1000000)
As you know NHibernate 3.2 has native bytecode provider, which has some breaking changes with castle bytecode provider.
So we can include an install/uninstall powershell scripts in a NuGet package. I tried, but my install.ps1 does not work. Is there any possibility to find out why? Debugging, logging, anything?
I am trying to work around NuGet\'s source control limitations. To that end I need to know a bit more about how NuGet works. Let’s take a simple example. Say I have a project and I add AutoMapper to
My company has an assembly versioning package that I\'ve written in powershell and is distributed amongst my colleagues via our internal nuget feed.
How to install all NuGet packages from specific source? Does exist console command for 开发者_JAVA百科it?You can use \"-Source\" on the \"Install-Package\" command or you can use the drop down to choo
I am building an application using NHibernate. Because I could not add the DLL\'s of my current version of NHibernate (I cannot add reference when framework 4.0 is target).