NuBuild
NuBuild copied to clipboard
NuGet package build system and Visual Studio project templates
I have 3 different NuBuild projects in a solution. All 3 reference library projects in the same solution. For the first 2 everything is fine. For the last one I...
Please add support for including the XML doc file as an option like the PDB. This eliminates the need for having to add them manually.
The result is that if you have a normal net3.5- and a win8.1-assembly you get an error (duplicated uri)
...ed packages. This is reflected in the NuBuildAutoGenerateDependencies property being set to true. If NuBuildAutoGenerateDependencies = true (default) but a dependency list is specified in the nuspec file, the nuspec...
New version should supports both the .nuproj and .csproj files, emit a simple warning building .nuproj that upgrade is possible, and add "upgrade solution" and "upgrade project" menu items to...
Currently the .nuspec file in the project template is encoded in UTF-16LE. This wouldn't be a problem, except that `git diff` seems unable to work with this encoding (it considers...