Merge pull request #21309 from michaelnebel/csharp14/field

C# 14: Support the `field` keyword.
This commit is contained in:
Michael Nebel
2026-02-17 11:53:48 +01:00
committed by GitHub
11 changed files with 432 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* C# 14: Added support for the `field` keyword in properties.