This commit is contained in:
Mads Torgersen 2023-05-11 14:33:35 -07:00
Родитель 7855e63d7c
Коммит e45c08c846
1 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -4,13 +4,8 @@ All schedule items must have a public issue or checked-in proposal that can be l
## Schedule ASAP
- https://github.com/dotnet/csharplang/blob/main/proposals/inline-arrays.md#the-foreach-statement (Aleksey)
- Breaking change warnings (Mads): https://github.com/dotnet/csharplang/blob/main/proposals/breaking-change-warnings.md
## Schedule when convenient
## Recurring topics
- *Triage championed features and milestones*
@ -20,8 +15,14 @@ All schedule items must have a public issue or checked-in proposal that can be l
## Wed May 17, 2023
- `List<T>` with optimizations as natural type for collection literals (Cyrus): _link TBD_
- Dual storage warnings for initialization and capture with primary constructors (Mads/Aleksey): https://github.com/dotnet/csharplang/blob/main/proposals/primary-constructors.md#double-storage-warning-for-initialization-plus-capture
## Mon May 15, 2023
- Breaking change warnings (Mads): https://github.com/dotnet/csharplang/blob/main/proposals/breaking-change-warnings.md
- https://github.com/dotnet/csharplang/blob/main/proposals/inline-arrays.md#the-foreach-statement (Aleksey)
## Mon May 8, 2023
- Primary constructors continued (Aleksey)