What’s new in C# 14.0
C# 14.0 will be released later this year, in November, at the same time as .NET 10. See here what’s new in the .NET 10 runtime, including performance benchmarks.
There are several new features and improvements in C# 14:
- the
field
keyword - implicit span conversions
nameof
support for unbound generic types- simplified parameters with modifiers in lambdas
- partial constructors and events events
- Extension members,
extension
keyword - null-conditional assignment
C# 14.0 is currently in preview:
2 Comments