Created Issue: [regression] nuget.server pre-release version [2805]
1. on Vs 2012 create a web application2. Install-Package NuGet.Server -Pre3. launch web applicationActual:Description: An error occurred during the compilation of a resource required to service this...
View ArticleCommented Issue: Allow package resource folders to be configurable [1914]
I <3 Nuget. But one thing I don't like is that it forces things like JavaScripts to be in one location. I keep my website organized a specific way, and I don't want my scripts in that folder. So it...
View ArticleNew Post: Support for package that targets both Windows Store XAML and...
In my nuget 2.2 package if I create the following...
View ArticleNew Post: Issues with proposed WinJS support in 2.2
Hi,I wanted to summarize a few issues that I believe would cause major issues and confusion with the way the Win8-JavaScript target framework is currently implemented for 2.2. I know it's close to the...
View ArticleCreated Issue: Postpone WinJS support [2806]
See discussion thread: http://nuget.codeplex.com/discussions/402786 for the details.
View ArticleNew Post: Support for package that targets both Windows Store XAML and...
No, the .pp files can only be used to add new files to the project. If there are already existings files with the same names, the .pp files will be ignored. There is no way to work around that.
View ArticleNew Post: Issues with proposed WinJS support in 2.2
First of all, I appreciate that you raise the issue. I'll research more about the situation of a WinMD file referencing a managed library. However, I disagree that we have to postpone the support for...
View ArticleNew Post: Issues with proposed WinJS support in 2.2
I've moved this into the General category.My concern is that the current solution is actually going to cause more problems as people don't yet realize the indirect ramifications (or haven't really...
View ArticleNew Post: Support for package that targets both Windows Store XAML and...
thanks for details. would authoring a Tools\install.ps1 routine that looked for and modified contents of these existing project template files be an acceptable nuget package behavior or against policies?
View ArticleNew Post: Issues with proposed WinJS support in 2.2
Perhaps a workaround for now would be to enable support for just win8-javascript as a content reference for js/html/image files, etc and explicitly not support \lib references. Extension SDK support...
View ArticleNew Post: Issues with proposed WinJS support in 2.2
You're right that it's not the only thing that can cause the issue. I'd merely ask that adding lib\ support goes beyond the initial request and might be best suited for extension sdk's later. I don't...
View ArticleNew Post: Support for package that targets both Windows Store XAML and...
I want to be able to insert custom message dialog [ using from scratch sources in case of html/js and using callisto nuget package control in case of xaml/c# ] into default start page of standard issue...
View ArticleEdited Issue: [regression] nuget.server pre-release version [2805]
1. on Vs 2012 create a web application2. Install-Package NuGet.Server -Pre3. launch web applicationActual:Description: An error occurred during the compilation of a resource required to service this...
View ArticleCommented Issue: [regression] nuget.server pre-release version [2805]
1. on Vs 2012 create a web application2. Install-Package NuGet.Server -Pre3. launch web applicationActual:Description: An error occurred during the compilation of a resource required to service this...
View ArticleCommented Issue: Update package dialog hangs in VS2012 [2532]
I'm trying to update a package with large amount of files in content. After short period of time Package manager GUI hangs. Dialog "Updating" just freezes. I even can't scroll anything inside it. It's...
View ArticleCreated Issue: nuget.server package web.config transform adds duplicate...
1. Create an empty Web application project targeting 4.52. install nuget.server package3. runActual:Config section 'system.web/compilation' already defined. Sections must only appear once per config...
View ArticleCommented Issue: The given key was not present in the dictionary. [2434]
Cause: Too many packages on our custom feed?Resolution: Archive older packages.We had ~400 versions for about 10 different packages.Whenever the Packages folder gets large we get this error:<error...
View ArticleCreated Issue: improving perceived performance of package installation...
Following is an excerpt from an email thread we had around this issue:Yeah – threadwaiting dialog – it also has cancel /progress infrastructure. Items are added on UI thread now, but since unit of work...
View ArticleCreated Issue: GUI Extension does not honor allowedVersions in...
http://nuget.codeplex.com/workitem/1891 - This is still a problem in the VS GUI extension. On version 2.1.31002.9028 (vs2012)I tried both [] and [) ways but did not work.<package id="log4net"...
View ArticleNew Post: Support for package that targets both Windows Store XAML and...
A common approach that I see people do is to add a readme.txt file which tells user what to do after installation succeeds. NuGet automatically opens this file after installation. In that file, you can...
View Article