Skip to content

Commit da94c72

Browse files
committed
disable broken analyzer
error AD0001: Analyzer 'SonarAnalyzer.CSharp.Rules.VariableShadowsField' threw an exception of type 'System.NullReferenceException' with message 'Object reference not set to an instance of an object.'
1 parent 793ec82 commit da94c72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,9 @@ dotnet_diagnostic.IDE0300.severity = none
825825
# TODO: Discuss whether we want to start using this
826826
dotnet_diagnostic.IDE0301.severity = none
827827

828+
# Broken with C# 14 extensions
829+
dotnet_diagnostic.AD0001.severity = none
830+
828831
#### .NET Compiler Platform code style rules ####
829832

830833
### Language rules ###

0 commit comments

Comments
 (0)