Update README.md

This commit is contained in:
Neal Gafter 2019-04-22 12:02:14 -07:00 committed by GitHub
parent e898c91fe5
commit 001e72b8b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,30 +4,12 @@
### Nullable Reference Types
- Inferred nullable state from a finally block
See also https://github.com/dotnet/roslyn/issues/34018
- What is the implied constraint for a type parameter of a partial?
See also https://github.com/dotnet/csharplang/issues/2450
- MaybeNullAttribute: see https://github.com/cston/csharplang/blob/MaybeNull/proposals/MaybeNull.md
### Default Interface Methods
- Should we hold off support for base calls until we can get runtime support?
### Pattern-Matching
- Can we make the switch expression target-typed?
See also https://github.com/dotnet/csharplang/issues/2389
### Async Iterators
- Allowing pattern-based `foreach` and `await foreach` to bind to an extension `GetEnumerator`/`GetAsyncEnumerator` and `MoveNext`/`MoveNextAsync` (Julien/Chris)
## Schedule when convenient
- Syntax of positional records/primary constructors (Andy)
@ -39,12 +21,32 @@
- *Triage milestones*
- *Design review*
## Apr 17, 2019
# C# Language Design Notes for 2019
Overview of meetings and agendas for 2019
## Apr 22, 2019
### Nullable Reference Types
- Inferred nullable state from a finally block
See also https://github.com/dotnet/roslyn/issues/34018
- What is the implied constraint for a type parameter of a partial?
See also https://github.com/dotnet/csharplang/issues/2450
### Pattern-Matching
- Can we make the switch expression target-typed?
See also https://github.com/dotnet/csharplang/issues/2389
### Async Iterators
- Allowing pattern-based `foreach` and `await foreach` to bind to an extension `GetEnumerator`/`GetAsyncEnumerator` and `MoveNext`/`MoveNextAsync` (Julien/Chris)
## Apr 15, 2019
[C# Language Design Notes for Apr 15, 2019](LDM-2019-04-15.md)