C# 11 Breaking Changes : Simple Changes
I will introduce some simple changes in C# 11
Types cannot be named required
Introduced in Visual Studio 2022 version 17.3. Starting in C# 11, types cannot be named required. The compiler will report an error on all such type names. To work around th...
devtipsandtricks.hashnode.dev2 min read