Update README.md

This commit is contained in:
Julien Couvreur 2020-09-11 14:05:07 -07:00 committed by GitHub
parent 8cb28ad560
commit 1a6e8ca4e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
## Schedule ASAP
- nullability expectations for `bool Equals(R? other)` and `Type EqualityContract { get; }` and `R? <Clone>$()` and `void Deconstruct(out string? NotNullableStringProperty)`. (Julien)
- how to annotate `TResult_ Cast<TResult>(this IEnumerable)` and mitigate annoying warnings? ([issue](https://github.com/dotnet/runtime/issues/40518)) (Stephen/Julien)
## Schedule when convenient