The .NET 7 SDK arrived a few months ago, with many .NET developers looking forward to this release and the brand-new C# language features that come along with it. If you haven't put your fingers on it yet, all you need is:
Download the latest .NET SDKUpdate your global.json if you have oneUpdate the TargetFramework in your project to net7.0 (only for some features)Update the LangVersion property in your project to 11.0 or preview
In this series, we will dive into the most interesting features that are coming with C# 11 and show how we updated ReSharper and Rider to support you in applyin