For issues related to development with version 8.0 of C# language. This version adds nullable reference types, default interface methods, async enumerables and other features and enhancements. Use this tag when asking about features specific to this version of the C# language. You should also include the [c#] tag.
Version 8 of the c# programming language was released in September 2019.
New features include:
- Readonly members
- Default interface methods
- Nullable reference types
- Using declarations
- Static local functions
Resources: