Closed Issue: NTLM requests get unauthorized exception because of KeepAlive...
We have a private NuGet repository that requires NTLM authentication. We found out that some computers can't authorized automatically because of unknown issue. We used debug on the NuGet source code to...
View ArticleClosed Issue: OutOfMemoryException during NuGet install [2777]
I created a nuget package that has 3 158MB text files in it. The resulting nupkg file is 5.6MB. I put this package in my Nuget feed. I then try to install this package:nuget.exe install LargePackage...
View ArticleNew Post: NugetFileCustomTool
Well that was my next task, but I am off on holidays for a few days, and then back to work, so might slow progress a bit Firstly The components for .settings files can use defaults and info from the...
View ArticleNew Post: NugetFileCustomTool
That looks good. The only thing is that src can accept wild card to include multiple files. When nuget.exe pack command creates the package, these information are lost. In your implementation, I guess...
View ArticleNew Post: The NuGet Extensions Project
Have you had a chance to update your previous blog post to correct the details about how NuGet updates dependency packages?
View ArticleNew Post: Config files not being removed when uninstalling the package
This is a limitation of the current xml transformation engine. You have to delete the file manually.
View ArticleCommented Issue: Circular reference to self [3153]
Hi, I believe the may be a bug. Not sure if you need more information or if this is sufficient. Please let me know.thanksI have a sort of core library solution in vs that has a couple projects in it. I...
View ArticleNew Post: NugetFileCustomTool
Yes, I need to confirm what is in the IPackageFile on add, but I think so, and if so, it would read it first before add files begins. This would set up the component with a list of matcher+process so...
View ArticleNew Post: The NuGet Extensions Project
We have updated the post in our source control system but it has not been published yet. The new wording will be: ... This means that a dependency that specifies "1.0" as the version could resolve to a...
View ArticleCreated Issue: Nuget Package updates & Package.config remove issue [3170]
Hey guys We are having issues with nuget package updates and TFS source control integration. This is causing allot of hassles with our team and making us hesitate in adopting nuget packages fully. The...
View ArticleNew Post: Creating a ".NET Framework Packages" NuGet feed
For discussions about the new NuGet API design, you can read the spec here:https://github.com/NuGet/NuGetApi/blob/master/specs/API-v3-Specification.md And then you can file issues on that github...
View ArticleCommented Issue: VS2010 - Package Restore always adds "packages" folder to...
Hi,we have solutions with enabled package restore. There is disableSourceControlIntegration set to true in nuget.config. But everytime someone gets the latest version from TFS and uses "Restore" button...
View ArticleCommented Issue: VS2010 - Package Restore always adds "packages" folder to...
Hi,we have solutions with enabled package restore. There is disableSourceControlIntegration set to true in nuget.config. But everytime someone gets the latest version from TFS and uses "Restore" button...
View ArticleClosed Issue: VS2010 - Package Restore always adds "packages" folder to TFS...
Hi,we have solutions with enabled package restore. There is disableSourceControlIntegration set to true in nuget.config. But everytime someone gets the latest version from TFS and uses "Restore" button...
View ArticleEdited Issue: Packages.config source control woes [3167]
Repro steps:1. Create a project.2. Reference a NuGet package from the project3. Optionally, enable NuGet package restore for the solution.4. Check it all into source control (TFS)5. Go to manage...
View ArticleNew Post: Nuget Package updates & Package.config remove issue
reported issue to hopefully address this behavior see : http://nuget.codeplex.com/workitem/3170
View ArticleCommented Issue: [Tracking] F# related issues [2909]
Following issues require working with F# team1. F# project system throws ‘InvalidOperationException’ when installing packages via Package Manager Console. Refer to 28732. On an F# project, call to...
View ArticleCommented Issue: The Updates pane in the VS NuGet Package Manager should show...
The current behavior of the Updates pane in the VS NuGet Package Manager shows the packages that users can't actually update as well. For example, in the attached image, it shows ODataLib 5.3.0,...
View ArticleCommented Issue: VS2010 - Package Restore always adds "packages" folder to...
Hi,we have solutions with enabled package restore. There is disableSourceControlIntegration set to true in nuget.config. But everytime someone gets the latest version from TFS and uses "Restore" button...
View ArticleCommented Issue: Nuget Package updates & Package.config remove issue [3170]
Hey guys We are having issues with nuget package updates and TFS source control integration. This is causing allot of hassles with our team and making us hesitate in adopting nuget packages fully. The...
View Article