File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
<PrivateAssets >all</PrivateAssets >
28
28
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
29
29
</PackageReference >
30
- <PackageReference Include =" Roslynator.Analyzers" Version =" 4.1.0 " >
30
+ <PackageReference Include =" Roslynator.Analyzers" Version =" 4.1.1 " >
31
31
<PrivateAssets >all</PrivateAssets >
32
32
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
33
33
</PackageReference >
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ dotnet_diagnostic.RCS0029.severity = error
105
105
# RCS0030: Add new line before embedded statement
106
106
dotnet_diagnostic.RCS0030.severity = none
107
107
108
- # RCS0031: Add new line before enum member
108
+ # RCS0031: Put enum member on its own line
109
109
dotnet_diagnostic.RCS0031.severity = error
110
110
111
111
# RCS0032: Place new line after/before arrow token
@@ -114,7 +114,7 @@ dotnet_diagnostic.RCS0032.severity = error
114
114
# RCS0033: Add new line before statement
115
115
dotnet_diagnostic.RCS0033.severity = error
116
116
117
- # RCS0034: Add new line before type parameter constraint
117
+ # RCS0034: Put type parameter constraint on its own line
118
118
dotnet_diagnostic.RCS0034.severity = error
119
119
120
120
# RCS0036: Remove blank line between single-line declarations of same kind
@@ -552,7 +552,7 @@ dotnet_diagnostic.RCS1173.severity = error
552
552
# RCS1174: Remove redundant async/await
553
553
dotnet_diagnostic.RCS1174.severity = error
554
554
555
- # RCS1175: Unused this parameter
555
+ # RCS1175: Unused ' this' parameter
556
556
dotnet_diagnostic.RCS1175.severity = error
557
557
558
558
# RCS1176: Use 'var' instead of explicit type (when the type is not obvious)
You can’t perform that action at this time.
0 commit comments