Skip to content

Commit afa580a

Browse files
authored
Enable warning on CA1050 (#7248)
1 parent 0ffec3f commit afa580a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Common.globalconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ dotnet_diagnostic.CA1046.severity = none
113113
dotnet_diagnostic.CA1047.severity = warning
114114

115115
# Declare types in namespaces
116-
dotnet_diagnostic.CA1050.severity = suggestion
116+
dotnet_diagnostic.CA1050.severity = warning
117117

118118
# Do not declare visible instance fields
119119
dotnet_diagnostic.CA1051.severity = none

0 commit comments

Comments
 (0)