nuget
Why does NuGet check out all csproj-files in TFS on update-package?
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[详细]
2023-03-31 18:14 分类:问答How to include current package version in NuGet transformation files?
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[详细]
2023-03-31 11:44 分类:问答Nuget Moq 4.0.10827 and InternalsVisibleTo (Again)
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:[详细]
2023-03-31 04:28 分类:问答Is it safe to set parts of a NuGet package version number to greater than 65535?
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)[详细]
2023-03-30 15:22 分类:问答Will castle bytecode provider for NHibernate 3.2.GA be available in nuget?
As you know NHibernate 3.2 has native bytecode provider, which has some breaking changes with castle bytecode provider.[详细]
2023-03-28 02:58 分类:问答How to debug install.ps1 script of NuGet package
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?[详细]
2023-03-28 01:24 分类:问答Where does NuGet put the DLL file?
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[详细]
2023-03-27 19:53 分类:问答Is there a way to specify Build Action=None with nuspec?
My company has an assembly versioning package that I\'ve written in powershell and is distributed amongst my colleagues via our internal nuget feed.[详细]
2023-03-27 01:48 分类:问答How to install all NuGet packages from specific source?
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[详细]
2023-03-26 02:53 分类:问答Error loading one of the NHibernate dependent dll's
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).[详细]
2023-03-25 20:03 分类:问答