Showing results for 2013 - Page 8 of 20 - .NET Blog

Sep 9, 2013
Post comments count0
Post likes count0

Announcing the .NET Framework 4.5.1 RC

.NET Team
.NET Team

Update (2017): See .NET Framework Releases to learn about newer releases. This release is unsupported. Update: The .NET Framework 4.5.1 RTM has been released and is available for download. The .NET Framework 4.5.1 RC is now available. It comes with a go-live license, enabling you to deploy 4.5.1 apps in production. Here are the RC bits. Download...

.NET
Sep 3, 2013
Post comments count0
Post likes count0

Debug ScriptBundle results in 404 if virtualPath parameter contains a dot

Xinyang Qiu
Xinyang Qiu

I spent some time debuging a ScriptBundle problem last Friday and want to share my experience. The original code in a MVC project App_Start/BundleConfig.cs file: Code Snippet And in a cshtml file, the bundle is included as: Code Snippet In local IIS Express debugging mode, I found no problem. So I deployed to Azur...

ASP.NET
Sep 3, 2013
Post comments count0
Post likes count0

Updated NuGet Support in Visual Studio 2012.4

Immo Landwerth
Immo Landwerth

As Brian Harry recently announced, there will be a Visual Studio 2012 Update 4. With RC2, we’ve updated the NuGet support. In this blog post, I’ll summarize those improvements. Updated NuGet Client The RTM version of Visual Studio 2012 included a fairly old version of the NuGet client (2.0). Although the NuGet team regularly ships upd...

.NET
Aug 30, 2013
Post comments count0
Post likes count0

NuGet 2.7 Package Restore Tips

Jeff Handley [MSFT]
Jeff Handley [MSFT]

Since the release of NuGet 2.7 with Automatic Package Restore and implicit consent, many developers have adopted the new approach and provided some great feedback on their experiences. Based on that feedback, we have collected a set of tips to help you start using the new restore features. Using Automatic Package Restore Even though package restore...

ASP.NET
Aug 29, 2013
Post comments count0
Post likes count0

NuGet 2.7 Package Restore Consent Errors

Jeff Handley
Jeff Handley

After NuGet 2.7 was released with Automatic Package Restore and implicit consent, some users reported that they were still seeing build errors indicating that package restore consent had not been given. When we made the package restore changes in NuGet 2.7, we identified one scenario where this would happen but determined we couldn't implement a fi...

NuGetIncident
Aug 28, 2013
Post comments count0
Post likes count0

Introducing NuGet Concierge

Mads Kristensen
Mads Kristensen

Twelve weeks ago, the Azure Applications Platform & Tools team welcomed us, three college sophomores, Jaspreet Bagga, Jeremiah Jekich, and Melissa McNeill, to Microsoft. As Explorer Interns, we were given the opportunity to experience the three primary disciplines here at Microsoft: Program Manager, Software Development Engineer, and Software ...

ASP.NET
Aug 27, 2013
Post comments count0
Post likes count0

NuGet Package Restore with Team Foundation Build

Immo Landwerth
Immo Landwerth

Note: This post is now also part of the official NuGet documentation. In this post, I’ll provide a walkthrough on how to use package restore with Team Foundation Build with both, git as well TF version control. In our previous blog post on how we improved package restore, I showed that NuGet 2.7 and Microsoft.Bcl.Build made restoring packages...

.NET
Aug 27, 2013
Post comments count0
Post likes count0

NuGet 2.7 Released

DeepakVerma
DeepakVerma

The NuGet team is excited to announce NuGet 2.7 release, for details please see the release notes published on docs.nuget.org.NuGet 2.7 Features Note that with NuGet 2.7, we have removed support for Visual Studio 2010 Express for Windows Phone due to technical limitations related to the new automatic package restore. A separate download is...

ASP.NET
Aug 26, 2013
Post comments count0
Post likes count0

Update: Knockout IntelliSense Highlight Bug Fix

VKichline
VKichline

In an earlier blog post on June 24th entitled Knockout IntelliSense Highlighting Bug Fix I described a bug fix in the Knockout IntelliSense feature. In that post I recommended installing Windows Azure SDK for .NET (VS 2012) – 2.0 to acquire the fix since it did not make it into any of the Visual Studio Updates for 2012. Several customers hav...

ASP.NET
Aug 23, 2013
Post comments count0
Post likes count0

Editing Package Metadata on the NuGet Gallery

Bhuvaneshwari Krishnamurthi
Bhuvaneshwari Krishnamurthi

In our next deployment, which is scheduled for the week of August 26th, 2013, we have added the ability to edit package metadata at any point in time before or after publishing the package. This has been one of the frequent requests from package authors. The changes are current dpeloyed @ staging.nuget.org. You can play around with the feature in ...

NuGetNuGet.org