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

Loading of external annotations fails if Resharper is installed in 'All Users' mode #12

Closed bkoelman closed 8 years ago

bkoelman commented 8 years ago

Error List shows:

Analyzer 'CodeContractNullability.CodeContractNullabilityAnalyzer' threw an exception of type 'System.Exception' with message 'Failed to load Resharper external annotations.'.
Analyzer 'CodeContractNullability.CodeContractItemNullabilityAnalyzer' threw an exception of type 'System.Exception' with message 'Failed to load Resharper external annotations.'

No further nullability warnings are shown for the loaded solution.