Skip to content

Commit a7a49b4

Browse files
committed
refs
1 parent 5f4c05d commit a7a49b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ resharper_braces_for_for = required
302302

303303
resharper_return_value_of_pure_method_is_not_used_highlighting = error
304304

305+
resharper_all_underscore_local_parameter_name_highlighting = none
306+
305307
# Xml files
306308
[*.{xml,config,nuspec,resx,vsixmanifest,csproj,targets,props,fsproj}]
307309
indent_size = 2

src/Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
<Description>Extends Verify (https://github.com/VerifyTests/Verify) to allow verification via ImageSharp (https://github.com/SixLabors/ImageSharp).</Description>
1111
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
1212
<ResolveAssemblyReferencesSilent>true</ResolveAssemblyReferencesSilent>
13-
<NuGetAuditMode>all</NuGetAuditMode>
14-
<NuGetAuditLevel>low</NuGetAuditLevel>
1513
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1614
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
15+
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
1716
</PropertyGroup>
1817
</Project>

0 commit comments

Comments
 (0)