We now offer ASP.NET Core 3.1 hosting service on all of our hosting plans.
NullReferenceException
. The lowest layer of the framework libraries has been annotated, so that you know when to expect null
.yield
expressions and some syntax relaxations. It also includes support for LangVersion
, and ships with nameof
and opening of static classes in preview. The F# Core Library now also targets .NET Standard 2.0.dotnet
command, like dotnet myapp.dll
. Apps can now be launched with an app-specific executable, like myapp
or ./myapp
, depending on the operating system.Span<T>
and use UTF8 under the covers instead of UTF16 (like string
). These APIs minimize allocations, resulting in faster performance, and much less work for the garbage collector.