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

Fix: Lazy<T> incorrectly detects recursion with LazyThreadSafetyMode.None #10

Closed bkoelman closed 8 years ago

bkoelman commented 8 years ago

Looks like the same issue as described in https://github.com/elmah/Bootstrapper/issues/5. Fixes #9.