From 0cfcde400208972b16f0d67246d315e7c4b9e5b2 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Tue, 15 Oct 2024 18:40:48 +1100 Subject: [PATCH] refs --- src/.editorconfig | 2 ++ src/Directory.Build.props | 3 +-- src/Directory.Packages.props | 8 ++++---- src/Tests/Tests.csproj | 2 -- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/.editorconfig b/src/.editorconfig index b2f0a42..ab7b07d 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -302,6 +302,8 @@ resharper_braces_for_for = required resharper_return_value_of_pure_method_is_not_used_highlighting = error +resharper_all_underscore_local_parameter_name_highlighting = none + # Xml files [*.{xml,config,nuspec,resx,vsixmanifest,csproj,targets,props,fsproj}] indent_size = 2 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 06f0473..d8d00c9 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -8,9 +8,8 @@ WinForm, Verify Extends Verify (https://github.com/VerifyTests/Verify) to allow verification of WinForm bits. true - all - low true true + true \ No newline at end of file diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 40b7b71..2562fee 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -1,7 +1,7 @@ true - false + true @@ -11,9 +11,9 @@ - - - + + + \ No newline at end of file diff --git a/src/Tests/Tests.csproj b/src/Tests/Tests.csproj index 2e511e7..1a1f217 100644 --- a/src/Tests/Tests.csproj +++ b/src/Tests/Tests.csproj @@ -5,8 +5,6 @@ false - -