New Post: Native Package Support Implementation
I already got C++ projects working with nuget in another fashion. In doing so I got a bit familiar with the code base and am still willing to help with this.If you are willing to share the effort to...
View ArticleCreated Issue: Hintpath is not set properly for packages installed via...
Note: This repros only when a project is created programatically. Hence not a mainline scenario. Nevertheless, the hint path should be set properly irrespective of how the project gets created.1....
View ArticleEdited Issue: Hintpath is not set properly for packages installed via project...
Note: This repros only when a project is created programatically. Hence not a mainline scenario. Nevertheless, the hint path should be set properly irrespective of how the project gets created, since...
View ArticleEdited Issue: Hintpath is not set properly for packages installed via project...
Note: This repros only when a project is created programatically. Hence not a mainline scenario. Nevertheless, the hint path should be set properly irrespective of how the project gets created, since...
View ArticleCreated Issue: Packages can't install code files as content in the root...
1. Create a package that installs a file called Contacts.aspx.cs as content.2. Create a new Web Forms site in Visual Studio.3. Delete the existing Contacts.aspx.cs file and then install the package you...
View ArticleNew Post: Designer.aspx.cs coming as separate file
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Designer.aspx.cs coming as separate file
Hi Rupesh,Thanks for reporting this. I've created Issue 2918 (http://nuget.codeplex.com/workitem/2918) to track this product issue.Sincerely, Clay
View ArticleNew Post: How can I remove the official NuGet feed packages source
Hello Alon,You can't completely remove the default feed, but you can disable it through Visual Studio's Package Manager Options dialog. To do this:Launch Visual Studio and open Tools -> Library...
View ArticleEdited Issue: Hintpath is not set properly for packages installed via project...
Note: This repros only when a project is created programatically. Hence not a mainline scenario. Nevertheless, the hint path should be set properly irrespective of how the project gets created, since...
View ArticleNew Post: Configuring a NuGet package to create a new project
Thanks Clay,So it looks that this scenario is not something that works out of the box. I see. I will check out the template you mentioned and try to figure it out.Best regardsVagif Abilovaka object
View ArticleCommented Issue: Improve package installation perf in TFS bound projects [1874]
some packages take a long time to install/update in TFS projects, it could be quicker by doing all the files in 1 transaction.for example : updating JQuery.UI takes 40 seconds on my box in a TFS...
View ArticleNew Post: NuGet push to local server returns (405) Method Not Allowed (in Win8)
No, I can't. Admin password problems (in a separate question).However, I get the impression from this blog post that I don't actually need the Publish step, when I'm using the TeamCity NuGet server. Is...
View ArticleCreated Issue: Modify git/hg ignore files when enabling package restore [2919]
When I enable package restore in a solution, nuget should look for .gitignore and .hgignore files in the same folder as the solution, and:- If it finds "packages", do nothing- If it finds "#packages"...
View ArticleEdited Issue: Pack command does not pass properties specified in the...
When using "nuget pack MyProject.csproj -Properties Configuration=Release", the release dll is picked up successfully. However, when using "nuget pack MyProject.csproj -Build -Properties...
View ArticleEdited Issue: nuget.server 2.2 package has debug bits causing it to add route...
1. install nuget.server 2.2<br />2. execute<br />3. error A route with the resolved virtual path '~/nuget' has already been added.<br />Parameter name: virtualPath <br /><br...
View ArticleNew Post: Specifying Explicit Assembly References
Can you share the package? And what type of project did you install it to?
View ArticleNew Post: How can I remove the official NuGet feed packages source
NuGet doesn't enforce any repository. If you don't want to use the official NuGet feed, simply disable it as Clay describes above. Disabling a feed is equivalent to deleting it. The reason we didn't...
View ArticleNew Post: Can't create MVC4 projects after compiling Nuget Version
Yup, when you build from the NuGet solution, the assembly is not signed. The MVC template looks for the signed assembly.
View ArticleCommented Issue: Allow the ability for a package to require a specific...
My team now has 5 packages on NuGet (yesterday we dropped another one, a preview to immutable collections) and by far our number one support question has been due to an older version of NuGet being...
View ArticleCommented Issue: Manage Nuget Packages Crashes Visual Studio [2876]
When attempting to view installed Nuget packages for a solution, the package manager is forever loading and then eventually crashes with the following error:Problem Event Name: CLR20r3 Problem...
View Article