Update README.md

This commit is contained in:
Julien Couvreur 2019-07-10 09:59:53 -07:00 committed by GitHub
parent 3a0da8893b
commit 07876a675e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@
- effect of `[DoesNotReturn]` on various flow analyses? (https://github.com/dotnet/roslyn/issues/37081) (Julien)
- suppressing LHS of compound assignment (https://github.com/dotnet/roslyn/issues/36617) (Julien)
- warn on `[NonNull]` and other attributes outside of nullable context (https://github.com/dotnet/roslyn/issues/36588) (Julien)
- confirm suppression on `ref` arguments (https://github.com/dotnet/roslyn/issues/35555) (Julien)
- confirm features that are pushed out:
- nullable attributes do not affect method bodies (`[AllowNull] T M() { return default; }`)
- nullable attributes not checked in OHI