Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jul 15, 2024
1 parent 770f9b5 commit eeb9417
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ProjectDefaults/ProjectDefaults.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectDefaults</id>
<version>1.0.130</version>
<version>1.0.131</version>
<authors>Simon Cropp</authors>
<developmentDependency>true</developmentDependency>
<license type="expression">MIT</license>
Expand Down
10 changes: 5 additions & 5 deletions ProjectDefaults/editorconfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,11 @@ dotnet_style_predefined_type_for_locals_parameters_members = true:error
dotnet_style_predefined_type_for_member_access = true:error

# Suggest more modern language features when available
dotnet_style_object_initializer = true:suggestion
dotnet_style_collection_initializer = true:suggestion
dotnet_style_coalesce_expression = false:suggestion
dotnet_style_null_propagation = true:suggestion
dotnet_style_explicit_tuple_names = true:suggestion
dotnet_style_object_initializer = true:error
dotnet_style_collection_initializer = true:error
dotnet_style_coalesce_expression = false:error
dotnet_style_null_propagation = true:error
dotnet_style_explicit_tuple_names = true:error

# Prefer "var" everywhere
csharp_style_var_for_built_in_types = true:error
Expand Down

0 comments on commit eeb9417

Please sign in to comment.