NuGet is a free, open source developer focused package management system for the .NET platform.
4
votes
0answers
702 views
Ninject assembly does not match referenced assembly
Setup:
ASP.NET MVC3
Ninject v2.2.1.4
Ninject v3.0.0.15
Ninject.MVC3 v3.0.0.6
Ninject.Web.Common v3.0.0.7
Using NuGet, my UnitTest project references Ninject v2.2.1.4
My Web Project references ...
3
votes
0answers
268 views
How does NuGet decide whether to use local package cache or not?
Today I've faced with a strange behavior of NuGet when installing a package.
A brief description: as a result of my build script there's a NuGet package. I don't change the version each time, so each ...
2
votes
0answers
404 views
nuget.exe install not updating packages.config (or .csproj)?
While trying to get a nuget build workflow working on Linux/mono, I've noticed an odd thing.
Being on Linux, I cannot use the nuget Visual Studio plugin or the Powershell console, but I have the ...
2
votes
0answers
131 views
VS 2010 template with package restore enabled
I want to create a project template that will have "Enable NuGet package restore" already enabled. But if I export a template with this option ticked, then when I try to create a new project (the ...
2
votes
0answers
188 views
add-migration push visual studion in 'Microsoft visual studio is busy'
I tried to use ado.net migrations and when type add-migration in nu-get console i sometimes(in 50% of cases) cause visual studio in stuck and get the mesage Microsoft visual studio is busy.
Version ...
2
votes
0answers
953 views
MVC 3 Scaffolding Error when running Scaffold Controller
I have installed MvcScaffolding without any issues but when I try to execute a scaffold request I get the error "DbContext.Task.t4" does not exist along with other files that are missing. I have a ...
2
votes
0answers
301 views
Problem with Visual Studio menu entry event handler in PowerShell
I try to get a menu entry in Visual Studio using PowerShell in the NuGet console or Power console. These PowerShell hosts run in the context of Visual Studio. I got somewhere, but not far enough... ...
1
vote
0answers
12 views
Nuget packages with dlls in Content not being copied during project build
I have a solution which is using the NuGet package LZ4.NET.
The package stores dlls in the content folder, which gets copied over to the target project root directory.
This has been checked into ...
1
vote
0answers
4 views
ccrewrite fails on the build machine due to nuget references having contract assemblies
Here is the whole context:
I build two nuget packages containing
A.nupkg: A.dll, A.Contracts.dll
B.nupkg: B.dll, B.Contracts.dll; B depends on A
I create a new project and solution C depending on ...
1
vote
0answers
25 views
VB.NET Azure deployment has no /bin but has a nuget package
I've just published (via GitHub) a VB.NET Azure Website that works fine on local machines but not on Azure:
Compiler Error Message: BC30451: 'Newtonsoft' is not declared. It may
be inaccessible ...
1
vote
0answers
22 views
Nuget package for ILMerged dll
I would like to package up an ILMerge'd dll using Nuget.
Currently I can do this however the package also includes the dlls that I've just merged and also installs some other nuget package ...
1
vote
0answers
44 views
How to make Nuget update page jquery references in Visual Studio 2012
I have an ASP.net solution with jquery and in some of the pages for example i have it referenced like this:
<script type="text/javascript" src="Scripts/jquery-1.9.1.js"></script>
...
1
vote
0answers
15 views
How do I include an XSD file for a configuration section with a NuGet package?
I have a library with a pretty verbose configuration section. I've created an XSD and would like to distribute that with my package so that when a user installs the package, Visual Studio knows about ...
1
vote
0answers
45 views
Multiple .nuspec files inside a project's directory?
Is it possible to have multiple nuspec files inside a single directory for the same project and still be able to merge the project and the specified nuspec file.
I wonder if something like this is ...
1
vote
0answers
52 views
Failed to build NuGet package…includes source and symbol file
I am facing issue while packaging static content as part of NuGet.
I want to package Javascript files only as part of the NuGet package. Included the following entry inside the NuSpec file as shown ...