Showing results for nuget - .NET Blog

Aug 20, 2020
Post comments count2
Post likes count0

View dependent packages on NuGet.org

Christopher Gill
Christopher Gill

We're excited to announce that you can now view dependent packages in the new Used By section on NuGet.org, yet another major improvement to the package evaluation experience!

NuGetNuGet.orgFeature Announcement
Aug 7, 2020
Post comments count3
Post likes count0

Advanced search on NuGet.org

Mohamed Riad Gahlouz
Mohamed Riad Gahlouz

We are excited to announce that NuGet.org now supports one of our top customer asks - advanced search! You can now use a multitude of sorting and filtering criteria to help find the best NuGet packages for your needs!

NuGetNuGet.orgFeature Announcement
Apr 22, 2020
Post comments count0
Post likes count0

NuGet.org will continue to support TLS 1.0 and 1.1 until further notice

Christopher Gill
Christopher Gill

Last November, we shared our two-stage plan for deprecating TLS 1.0/1.1 on NuGet.org and actions you can take today to ensure your systems use TLS 1.2. In that post, we announced that NuGet.org would remove support for TLS 1.0/1.1 in April 2020. However, since then, our customers have faced a variety of challenges in the wake of the COVID-19 pandem...

NuGetNuGet.orgSecurity
Feb 12, 2020
Post comments count0
Post likes count0

Deprecating TLS 1.0 and 1.1 on NuGet.org – Stage 1

The NuGet Team
The NuGet Team

In this post, we will go into more details and a specific timeline for Stage 1 i.e. temporarily removing support for TLS 1.0/1.1 on NuGet.org. The goal is to help you identify systems that may be affected and will give you an opportunity to take action before we permanently remove support for TLS 1.0/1.1 in April 2020.

NuGetNuGet.orgSecurity
Oct 15, 2019
Post comments count37
Post likes count0

ASP.NET Core updates in .NET Core 3.1 Preview 1

Daniel Roth
Daniel Roth

.NET Core 3.1 Preview 1 is now available! Check out what's new in ASP.NET Core in this release.

ASP.NETASP.NET Core.NET Core
Aug 7, 2019
Post comments count29
Post likes count0

Update on .NET Standard adoption

Immo Landwerth
Immo Landwerth

It's about two years ago that I announced .NET Standard 2.0. Since then we've been working hard to increase the set of .NET Standard-based libraries for .NET. This includes many of the BCL components, such as the Windows Compatibility Pack, but also other popular libraries, such as the JSON.NET, the Azure SDK, or the AWS SDK. In this blog post, I'l...

.NET
Jul 27, 2017
Post comments count3
Post likes count0

Introducing Support for Brotli Compression

Immo Landwerth
Immo Landwerth

This post was written by our software developer intern Denys Tsomenko, who worked on a Brotli compression library during his internship. Modern web-pages are getting larger and larger with huge CSS, HTML and JavaScript files. But the Internet connection isn't always good and pages can load slowly. Web pages also often contain other materials suc...

.NET
Sep 26, 2016
Post comments count0
Post likes count1

Introducing .NET Standard

Immo Landwerth
Immo Landwerth

Questions? Check out the .NET Standard FAQ. You can find the latest version of the compatibility matrix here. In my last post, I talked about how we want to make porting to .NET Core easier. In this post, I'll focus on how we're making this plan a reality with .NET Standard. We'll cover which APIs we plan to include, how cross-framework compatib...

.NET
Jul 15, 2015
Post comments count0
Post likes count0

New version of ASP.NET Merge Tool

Matt FJH
Matt FJH

The ASP.NET Merge tool (Aspnet_merge.exe) enables you to combine and manage the assemblies that are created by the ASP.NET compilation tool (Aspnet_compiler.exe). It was built on top of a Microsoft Research project, ILMerge, through which Aspnet_merge.exe does IL code merge.   What problem does this new version fix? The first version of thi...

ASP.NET
Oct 6, 2014
Post comments count0
Post likes count0

Announcing October 2014 Updates to .NET Framework vNext, ASP.NET vNext and .NET Native in Visual Studio “14” CTP4

.NET Team
.NET Team

Updated (2017): See .NET Framework Releases to learn about newer releases. Today, we are announcing updates to the .NET Framework vNext, ASP.NET vNext and .NET Native. These are all available in Visual Studio “14” CTP4. This .NET Framework release contains RyuJIT, the next generation X64 JIT. ASP.NET vNext contains major improvements in the runtim...

.NET