Skip to content

Commit e44fbff

Browse files
Disable the warning IDE0031 to take .NET 7 Preview 7 (PowerShell#17770)
1 parent 08e4596 commit e44fbff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ dotnet_style_prefer_conditional_expression_over_assignment = true:silent
115115
dotnet_style_prefer_auto_properties = true:suggestion
116116
csharp_prefer_simple_default_expression = true:suggestion
117117
dotnet_style_prefer_compound_assignment = false:silent
118+
dotnet_diagnostic.IDE0031.severity = none
118119

119120
dotnet_code_quality_unused_parameters = non_public:suggestion
120121

0 commit comments

Comments
 (0)