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

Increase flexibility in locating Resharper external annotations #28

Closed bkoelman closed 7 years ago

bkoelman commented 7 years ago

In VS 2017 RC, Resharper external annotations are installed to:

C:\Users\Bart\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_c24f9679

Note the seemingly random suffix. This causes the analyzer to fail loading external annotations. We should add support for such folders.