@@ -207,12 +207,12 @@ dotnet_diagnostic.IDE0048.severity = silent
207207
208208# IDE0051: Remove unused private members
209209# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051
210- # Enabled: True, Severity: suggestion
210+ # Enabled: True, Severity: silent
211211dotnet_diagnostic.IDE0051.severity = suggestion
212212
213213# IDE0052: Remove unread private members
214214# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052
215- # Enabled: True, Severity: suggestion
215+ # Enabled: True, Severity: silent
216216dotnet_diagnostic.IDE0052.severity = suggestion
217217
218218# IDE0053: Use block body for lambda expression
@@ -380,6 +380,11 @@ dotnet_diagnostic.IDE0110.severity = warning
380380# Enabled: True, Severity: silent
381381dotnet_diagnostic.IDE0120.severity = silent
382382
383+ # IDE0121: Simplify LINQ expression
384+ # Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0121
385+ # Enabled: True, Severity: silent
386+ dotnet_diagnostic.IDE0121.severity = silent
387+
383388# IDE0130: Namespace does not match folder structure
384389# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130
385390# Enabled: True, Severity: silent
@@ -505,6 +510,11 @@ dotnet_diagnostic.IDE0304.severity = suggestion
505510# Enabled: True, Severity: silent
506511dotnet_diagnostic.IDE0305.severity = suggestion
507512
513+ # IDE0306: Simplify collection initialization
514+ # Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0306
515+ # Enabled: True, Severity: silent
516+ dotnet_diagnostic.IDE0306.severity = silent
517+
508518# IDE0320: Make anonymous function static
509519# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0320
510520# Enabled: True, Severity: silent
@@ -515,6 +525,11 @@ dotnet_diagnostic.IDE0320.severity = silent
515525# Enabled: True, Severity: silent
516526dotnet_diagnostic.IDE0330.severity = suggestion
517527
528+ # IDE0340: Use unbound generic type
529+ # Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0340
530+ # Enabled: True, Severity: silent
531+ dotnet_diagnostic.IDE0340.severity = silent
532+
518533# IDE1005: Delegate invocation can be simplified.
519534# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1005
520535# Enabled: True, Severity: silent
0 commit comments