Skip to content

Commit 0be60a3

Browse files
committed
.
1 parent 70b535e commit 0be60a3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ProjectDefaults/ProjectDefaults.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>ProjectDefaults</id>
5-
<version>1.0.149</version>
5+
<version>1.0.150</version>
66
<authors>Simon Cropp</authors>
77
<developmentDependency>true</developmentDependency>
88
<license type="expression">MIT</license>

ProjectDefaults/editorconfig.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ dotnet_diagnostic.CA1050.severity = none
4343
# Use Literals Where Appropriate
4444
dotnet_diagnostic.CA1802.severity = error
4545

46+
# Template should be a static expression
47+
dotnet_diagnostic.CA2254.severity = error
48+
4649
# Potentially misleading parameter name in lambda or local function
4750
resharper_all_underscore_local_parameter_name_highlighting = none
4851

0 commit comments

Comments
 (0)