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

Bugfix: Do not report RNUL on async methods #22

Closed bkoelman closed 8 years ago

bkoelman commented 8 years ago

Fixes #20