bkoelman / ResharperCodeContractNullability

Reports diagnostics, helping you to annotate your source tree with (Item)NotNull / (Item)CanBeNull attributes.
https://www.jetbrains.com/resharper/help/Code_Analysis__Code_Annotations.html
Apache License 2.0
26 stars 4 forks source link

Investigate support for task-like return values #34

Closed bkoelman closed 7 years ago

bkoelman commented 7 years ago

See https://github.com/dotnet/roslyn/issues/17584 and http://blog.i3arnon.com/2016/07/25/arbitrary-async-returns/

bkoelman commented 7 years ago

At the moment (Resharper v2017.1.1) only ValueTask`1 is supported. Tracking bug: https://youtrack.jetbrains.com/issue/RSRP-464375.