We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8266a8 commit fcb2b6fCopy full SHA for fcb2b6f
README.md
@@ -38,7 +38,7 @@ Comprehensive supports C# 1 through 10.0 with the following exceptions:
38
- [x] Target-typed new
39
- [x] Top-level statements
40
41
-#### C# 10.0 (complete)
+#### C# 10.0
42
43
- [x] global using directives
44
- [x] File-scoped namespace declaration
@@ -48,6 +48,7 @@ Comprehensive supports C# 1 through 10.0 with the following exceptions:
48
- [x] Allow both assignment and declaration in the same deconstruction
49
- [x] Allow AsyncMethodBuilder attribute on methods
50
- [x] Record structs
51
+- [ ] Lambda improvements
52
53
#### C# 11.0 (under development)
54
0 commit comments