.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

.NET Core March 2019 Updates – 1.0.15, 1.1.12, 2.1.9 and 2.2.3

Today, we are releasing the .NET Core March 2019 Update. These updates contain security and reliability fixes. See the individual release notes for details on included reliability fixes. Security Microsoft Security Advisory CVE-2019-0757: .NET Core NuGet Tampering Vulnerability A tampering vulnerability exists in NuGet ...

Announcing ML.NET 0.11 – Machine Learning for .NET

ML.NET is an open-source and cross-platform machine learning framework (Windows, Linux, macOS) for .NET developers. Using ML.NET, developers can leverage their existing tools and skillsets to develop and infuse custom AI into their applications by creating custom machine learning models for common scenarios like Sentiment Analysis, ...

Announcing .NET Core 3 Preview 3

Today, we are announcing .NET Core 3.0 Preview 3. We would like to update you on the .NET Core 3.0 schedule and introduce you to improvements in .NET Core SDK installers, Docker containers, Range, and Index. We also have updates on the Windows Desktop and Entity Framework projects. Download and get started with .NET Core 3 Preview 3 right ...

An update to C# versions and C# tooling

Starting with Visual Studio 2019 Preview 4, we'll be adjusting how C# versions are treated in .NET tooling. Firstly, we're adding two new Language Version (LangVersion) values: LatestMajor and Preview. Rad the post to see how they stack up with the currently supported list of values.