However, the fact that NT8's C#9 support does not include all C#9 features (such as Covariant Return Types) has me thinking you are doing the same thing I am doing in my DLLs -- using the latest C# language features while still targeting .NET Standard 2.0.
Are there any plans to move to .Net 5 or later so we can get full support for all of C#9's features?
If not, I am running all the way up at C#13 in my DLLs (albeit with an incomplete feature set b/c I am still targeting .NET Standard 2.0 also); so given that, are you planning on continuing to upgrade to new versions of the language every release or two, so we get can get caught up to C#13?
Comment