Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The C# Language class states it supports C# 6, the README previously stated C# 8 is supported. Expression-bodied not read-only properties (supported as of C# 7.0 [1]) like this don’t parse: public int foo { get => 4; } which means the Language class is right and C# 8 isn’t fully supported. Since the latest version is 11, and the first unsupported version (C# 7) was released over six years ago, also reclassify C# support as “legacy”. [1] https://github.com/dotnet/docs/blob/c802a0c56bccdc87908365c0788b3c5ecacea2b3/docs/csharp/programming-guide/statements-expressions-operators/expression-bodied-members.md
- Loading branch information