Skip to content

Commit 2154462

Browse files
authored
Update feature status for Unions and record some rules
1 parent ccb63b4 commit 2154462

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/Language Feature Status.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@ and will be updated as work progresses, features are added / removed, and as wor
66
This is not an exhaustive list of our features but rather the ones which have active development
77
efforts behind them.
88

9+
The "Feature" column contains a link to the championed proposal or doc for the feature.
10+
The "State" column contains a link to the test plan issue for the feature. The test plan should have a "Feature - XYZ" label, which is also used on PRs for the feature.
11+
912
# Working Set C#
1013

14+
Merged features should be in the bottom portion of the table, while in-progress features should be in the top portion of the table.
15+
When a feature is merged to the `main` branch, its entry should be moved accordingly and its "State" value should be updated to record the relevant version number.
16+
1117
| Feature | Branch | State | Developer | Reviewer | IDE Buddy | LDM Champ |
1218
| ------- | ------ | ----- | --------- | -------- | --------- | --------- |
1319
| Runtime Async | [runtime-async](https://github.com/dotnet/roslyn/tree/features/runtime-async) | [Merged into main in preview](https://github.com/dotnet/roslyn/issues/75960) | [333fred](https://github.com/333fred) | [jcouv](https://github.com/jcouv), [RikkiGibson](https://github.com/RikkiGibson) | | |
1420
| [Dictionary expressions](https://github.com/dotnet/csharplang/issues/8659) | [dictionary-expressions](https://github.com/dotnet/roslyn/tree/features/dictionary-expressions) | [In progress](https://github.com/dotnet/roslyn/issues/76310) | [333fred](https://github.com/333fred) | [CyrusNajmabadi](https://github.com/CyrusNajmabadi), [jcouv](https://github.com/jcouv) | [CyrusNajmabadi](https://github.com/CyrusNajmabadi) | [CyrusNajmabadi](https://github.com/CyrusNajmabadi) |
1521
| [Collection expression arguments](https://github.com/dotnet/csharplang/issues/8887) | [collection-expression-arguments](https://github.com/dotnet/roslyn/tree/features/collection-expression-arguments) | [In progress](https://github.com/dotnet/roslyn/issues/80613) | [CyrusNajmabadi](https://github.com/CyrusNajmabadi) | [333fred](https://github.com/333fred), [jcouv](https://github.com/jcouv) | [CyrusNajmabadi](https://github.com/CyrusNajmabadi) | [CyrusNajmabadi](https://github.com/CyrusNajmabadi) |
16-
| [Unions](https://github.com/dotnet/csharplang/issues/9662) | | In Progress | [AlekseyTs](https://github.com/AlekseyTs) | [RikkiGibson](https://github.com/RikkiGibson), [333fred](https://github.com/333fred) | TBD | |
22+
| [Unions](https://github.com/dotnet/csharplang/issues/9662) | | [In Progress](https://github.com/dotnet/roslyn/issues/81074) | [AlekseyTs](https://github.com/AlekseyTs) | [RikkiGibson](https://github.com/RikkiGibson), [333fred](https://github.com/333fred) | TBD | |
1723
# Working Set VB
1824

1925
# C# 14.0

0 commit comments

Comments
 (0)