Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 15, 2024
1 parent aafcd84 commit 0cfcde4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 2 additions & 0 deletions src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
<PackageTags>WinForm, Verify</PackageTags>
<Description>Extends Verify (https://github.com/VerifyTests/Verify) to allow verification of WinForm bits.</Description>
<ResolveAssemblyReferencesSilent>true</ResolveAssemblyReferencesSilent>
<NuGetAuditMode>all</NuGetAuditMode>
<NuGetAuditLevel>low</NuGetAuditLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
</PropertyGroup>
</Project>
8 changes: 4 additions & 4 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="27.0.2" />
Expand All @@ -11,9 +11,9 @@
<PackageVersion Include="Polyfill" Version="7.0.0" />
<PackageVersion Include="ProjectDefaults" Version="1.0.139" />
<PackageVersion Include="System.Drawing.Common" Version="8.0.10" />
<PackageVersion Include="Verify" Version="27.0.0-beta.6" />
<PackageVersion Include="Verify.DiffPlex" Version="3.1.0" />
<PackageVersion Include="Verify.NUnit" Version="27.0.0-beta.6" />
<PackageVersion Include="Verify" Version="27.0.1" />
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
<PackageVersion Include="Verify.NUnit" Version="27.0.1" />
<PackageVersion Include="Verify.Phash" Version="3.1.0" />
</ItemGroup>
</Project>
2 changes: 0 additions & 2 deletions src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<!-- direct ref to avoid CVE -->
<PackageReference Include="System.Drawing.Common" />
<PackageReference Include="MarkdownSnippets.MsBuild" PrivateAssets="all" />
<PackageReference Include="Verify.DiffPlex" />
<PackageReference Include="Verify.Phash" />
Expand Down

0 comments on commit 0cfcde4

Please sign in to comment.