Update README.md

This commit is contained in:
Julien Couvreur 2019-03-21 14:05:31 -07:00 committed by GitHub
parent 18a075ba08
commit 98ef177392
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,8 +5,9 @@
## Schedule when convenient
- Discussion of refreshing language spec (Neal)
- Allowing pattern-based `foreach` and `await foreach` to bind to an extension `GetEnumerator`/`GetAsyncEnumerator` and `MoveNext`/`MoveNextAsync` (Julien/Chris)
- Double-check the desired syntax for switch expressions (Julien)
- Making a `CancellationToken` available in async-iterator method bodies; possibly reserving a keyword (Julien/Stephen)
- Allowing pattern-based `foreach` and `await foreach` to bind to an extension `GetEnumerator`/`GetAsyncEnumerator` and `MoveNext`/`MoveNextAsync` (Julien/Chris)
- Syntax of positional records/primary constructors (Andy)
- Nullable sidecar files (Immo)
- Nullable Reference Types: Open LDM Issues https://github.com/dotnet/csharplang/issues/2201