CSharpAnalyzers / ExceptionalReSharper

Extension for ReSharper which analyzes thrown and documented C# exceptions and suggests improvements
Microsoft Public License
125 stars 30 forks source link

RSRP-473772 Error resolving type yWorks.Support.Annotations.CanBeNull… #85

Closed Denis-Korneev closed 5 years ago

Denis-Korneev commented 5 years ago

https://youtrack.jetbrains.com/issue/RSRP-473772 yWorks is a third-party library used by ReSharper. It's not a part of ReSharper SDK, despite the fact that some yWorks assemblies could be included in JetBrains.ReSharper.SDK.nupkg.

The two usages of YWorks NotNull/CanBeNull attributes was removed. Please use JetBrains ReSharper Annotations if you'd like to annotate your code.

CharlesNadolski commented 5 years ago

Can you do using JetBrains.Annotations; instead, and therefore keep the attributes?

RicoSuter commented 5 years ago

Already published your pr as a new version...

CharlesNadolski commented 5 years ago

Thanks for the prompt release! Just tested it release today and it works great.