CSharpAnalyzers / ExceptionalReSharper

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

Fix/compiler warnings #108

Closed ManticSic closed 4 years ago

ManticSic commented 4 years ago

Update .Net Framework to v4.7.2 to fix warning MSB3275 (Some JetBrains.Platform and JetBrains.PsiFeatures assemblies has indirect depepdencies to assemblies build against .Net Framework v4.7.2)

Fix several member is obsolete warnings

Add JetBrains.Annotations as dependency