Lombiq / .NET-Analyzers

.NET code analyzers and code convention settings for Lombiq projects.
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

OSOE-82: Updating SonarAnalyzer to latest to get rid of CS8032 errors with the .NET SDK v6.0.200 #42

Closed Piedone closed 2 years ago

Piedone commented 2 years ago

Otherwise, we'll get tons of such errors (warnings):

Warning CS8032  An instance of analyzer SonarAnalyzer.Rules.CSharp.DeliveringDebugFeaturesInProduction cannot be created from C:\Users\MyUser\.nuget\packages\sonaranalyzer.csharp\8.33.0.40503\analyzers\SonarAnalyzer.CSharp.dll: Method 'IsDevelopmentCheckInvoked' in type 'SonarAnalyzer.Rules.CSharp.DeliveringDebugFeaturesInProduction' from assembly 'SonarAnalyzer.CSharp, Version=8.33.0.0, Culture=neutral, PublicKeyToken=c5b62af9de6d7244' does not have an implementation..  CSM.Bynder      1   Active