RoosterDragon
d1797a021f
Disable CA2241 try_determine_additional_string_formatting_methods_automatically
...
This is creating some false warnings, so disable for now.
2023-11-15 19:13:17 +02:00
RoosterDragon
9a3c39878d
Fix RCS1236
2023-11-10 10:38:41 +02:00
RoosterDragon
498c6e3d8b
Fix RCS1205
2023-11-10 10:38:41 +02:00
RoosterDragon
25cb3728ca
Fix RCS1170
2023-11-10 10:38:41 +02:00
RoosterDragon
fbe147ce61
Fix RCS1118
2023-11-10 10:38:41 +02:00
RoosterDragon
eb287d9b8d
Fix RCS1089
2023-11-10 10:38:41 +02:00
RoosterDragon
4dd787be13
Fix RCS1061
2023-11-10 10:38:41 +02:00
RoosterDragon
fc0bdce151
Fix RCS1239
2023-10-30 23:31:33 +02:00
RoosterDragon
64de28427c
Fix RCS1227
2023-10-30 23:31:33 +02:00
RoosterDragon
c4ca3ca743
Fix RCS1226
2023-10-30 23:31:33 +02:00
RoosterDragon
724511e244
Fix RCS1225
2023-10-30 23:31:33 +02:00
RoosterDragon
e3646595ab
Fix RCS1218
2023-10-30 23:31:33 +02:00
RoosterDragon
d2ecd0c777
Fix RCS1216
2023-10-30 23:31:33 +02:00
RoosterDragon
a24308baa5
Fix RCS1214
2023-10-30 23:31:33 +02:00
RoosterDragon
aa8e85fbf4
Fix RCS1192
2023-10-30 23:31:33 +02:00
RoosterDragon
11a892f991
Fix RCS1191
2023-10-30 23:31:33 +02:00
RoosterDragon
cf255fc78e
Fix RCS1190
2023-10-30 23:31:33 +02:00
RoosterDragon
258de7a6fd
Fix RCS1179
2023-10-30 23:31:33 +02:00
RoosterDragon
fcfee31972
Fix RCS1134
2023-10-30 23:31:33 +02:00
RoosterDragon
11b59b0a65
Fix RCS1132
2023-10-30 23:31:33 +02:00
RoosterDragon
0bb2bc651b
Fix RCS1112
2023-10-30 23:31:33 +02:00
RoosterDragon
c63788b686
Fix RCS1099
2023-10-30 23:31:33 +02:00
RoosterDragon
60e86f563c
Fix RCS1084
2023-10-30 23:31:33 +02:00
RoosterDragon
ce39e97b86
Fix RCS1080
2023-10-30 23:31:33 +02:00
RoosterDragon
06aa378dfd
Fix RCS1074
2023-10-30 23:31:33 +02:00
RoosterDragon
43ebb93ff6
Fix RCS1071
2023-10-30 23:31:33 +02:00
RoosterDragon
4fe2ed3df0
Fix RCS1068
2023-10-30 23:31:33 +02:00
RoosterDragon
1a299d10ed
Fix RCS1058
2023-10-30 23:31:33 +02:00
RoosterDragon
d1dc6293e8
Fix RCS1049
2023-10-30 23:31:33 +02:00
RoosterDragon
9f1ea57d3c
Fix RCS1041
2023-10-30 23:31:33 +02:00
RoosterDragon
917b0512bf
Enable Roslynator
...
Remove existing rules which were not enforced and have some existing violations. Enforce a suite of useful rules that have no existing violations.
2023-10-30 15:30:10 +01:00
Pavel Penev
85d62f7e5e
Extended indentation rules to more file types
...
This reflects OpenRA ModSDK PR 189.
2023-10-17 14:04:13 +02:00
RoosterDragon
df534736a1
Don't enforce style rules that require .NET 7.
...
As the solution currently targets .NET 6, a variety of style rules only introduced in .NET 7 are not suitable for enforcing as warnings (which are treated as errors in the CI pipeline). Anybody compiling locally with a .NET 6 SDK won't be able to trigger these rules locally, but the Linux CI agent comes with the .NET 7 SDK and will trigger these rules. This provides a poor dev experience as the CI run will report errors that don't reproduce locally.
To remove this developer friction, reduce the severity of these rules to avoid CI runs failing.
2023-08-22 18:22:19 +02:00
RoosterDragon
93a97d5d6f
Fix CA1851, assume_method_enumerates_parameters = true
2023-08-20 20:41:27 +02:00
RoosterDragon
3275875ae5
Fix CA1851
2023-08-20 20:41:27 +02:00
RoosterDragon
a1dfb42812
Fix IDE0251
2023-08-11 15:51:53 +02:00
RoosterDragon
3b2fad6ea8
Add and enforce new Code Style Rules (IDEXXXX)
2023-08-11 15:51:53 +02:00
RoosterDragon
d9df27d574
Reorder Code Style Rules to match newer documentation.
2023-08-11 15:51:53 +02:00
RoosterDragon
169c60883b
Fix CA2249, CA2251
2023-08-07 21:38:09 +02:00
RoosterDragon
285443f10f
Fix CA1310, CA1311
2023-08-07 21:38:09 +02:00
RoosterDragon
d83e579dfe
Fix CA1305
2023-08-07 21:38:09 +02:00
RoosterDragon
486a07602b
Fix CA1304
2023-08-07 21:38:09 +02:00
RoosterDragon
231bf01f18
Fix CA1854
2023-06-20 17:57:40 +02:00
RoosterDragon
56fe08cb00
Disable CA1845
2023-06-20 17:57:40 +02:00
RoosterDragon
f752e04b03
Fix CA1816
2023-06-20 17:57:40 +02:00
RoosterDragon
a50e72f68d
Fix CA1802
2023-06-20 17:57:40 +02:00
RoosterDragon
0958197df2
Fix CA1052
2023-06-20 17:57:40 +02:00
RoosterDragon
f336a956cf
Fix CA1012
2023-06-20 17:57:40 +02:00
RoosterDragon
f4af5c1764
Fix CA1852
2023-06-06 11:51:47 +03:00
RoosterDragon
277699cbd5
Fix CA1822
2023-06-06 11:51:47 +03:00