From 1a6e8ca4e4c2069cf05159e5936d757b5d8dece3 Mon Sep 17 00:00:00 2001 From: Julien Couvreur Date: Fri, 11 Sep 2020 14:05:07 -0700 Subject: [PATCH] Update README.md --- meetings/2020/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/meetings/2020/README.md b/meetings/2020/README.md index a6929e1..46084bb 100644 --- a/meetings/2020/README.md +++ b/meetings/2020/README.md @@ -3,6 +3,7 @@ ## Schedule ASAP - nullability expectations for `bool Equals(R? other)` and `Type EqualityContract { get; }` and `R? $()` and `void Deconstruct(out string? NotNullableStringProperty)`. (Julien) +- how to annotate `TResult_ Cast(this IEnumerable)` and mitigate annoying warnings? ([issue](https://github.com/dotnet/runtime/issues/40518)) (Stephen/Julien) ## Schedule when convenient