File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ dotnet_diagnostic.CA1050.severity = none
4343# Use Literals Where Appropriate
4444dotnet_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
4750resharper_all_underscore_local_parameter_name_highlighting = none
4851
You can’t perform that action at this time.
0 commit comments