File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ dotnet_diagnostic.CA1050.severity = none
43
43
# Use Literals Where Appropriate
44
44
dotnet_diagnostic.CA1802.severity = error
45
45
46
+ # Template should be a static expression
47
+ dotnet_diagnostic.CA2254.severity = error
48
+
46
49
# Potentially misleading parameter name in lambda or local function
47
50
resharper_all_underscore_local_parameter_name_highlighting = none
48
51
Original file line number Diff line number Diff line change 8
8
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
9
9
<PackageVersion Include =" NUnit" Version =" 4.3.2" />
10
10
<PackageVersion Include =" NUnit3TestAdapter" Version =" 5.0.0" />
11
- <PackageVersion Include =" ProjectDefaults" Version =" 1.0.149 " />
11
+ <PackageVersion Include =" ProjectDefaults" Version =" 1.0.150 " />
12
12
<PackageVersion Include =" SixLabors.ImageSharp" Version =" 3.1.7" />
13
- <PackageVersion Include =" Verify" Version =" 28.16 .0" />
13
+ <PackageVersion Include =" Verify" Version =" 29.0 .0" />
14
14
<PackageVersion Include =" Verify.DiffPlex" Version =" 3.1.2" />
15
- <PackageVersion Include =" Verify.Nunit" Version =" 28.16 .0" />
15
+ <PackageVersion Include =" Verify.Nunit" Version =" 29.0 .0" />
16
16
</ItemGroup >
17
17
</Project >
You can’t perform that action at this time.
0 commit comments