@Ozzy @[email protected]
@fornever is a good person to follow. He also never sleeps, like ever, so he’ll always respond.
GET SOME SLEEP IVAN!
@Ozzy @fornever @rafaelldi Honestly, the best thing is to start writing what your 13+ year .NET brain wants to write and then use JetBrains Rider and ReSharper’s quick fixes to get caught back up to the present.
Just be sure to set the <LangVersion>preview</LangVersion> in your `.csproj` to see the latest changes to the language.
We also have some content here.
@khalidabuhakmeh @Ozzy I would recommend against using the preview language version; you rarely need to use it since the preview-quality features are rarely properly/fully documented at least.
You may wish to set it to latest in some projects targeting older frameworks to get all the latest features (in .NET, newer language features are almost always available when targeting even the oldest of runtime versions), but preview is rarely needed for normal usage.