C# 10.0
Highlights
- Global using directives: global using System.Text;
 - File-scoped namespaces: namespace X.Y;
 - Record structs and improvements to records
 - Constant interpolated strings
 - Extended property patterns
 - Lambda improvements: natural types, attributes, return types
 - Sealed ToString on records