Skip to content

Commit a976408

Browse files
committed
refs
1 parent bdf78c5 commit a976408

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ insert_final_newline = true
99
indent_size = 4
1010
charset = utf-8
1111

12+
# Convention (not tool-enforced): line comments go on their own line directly above the code they
13+
# describe, never trailing at the end of a code line.
14+
1215
# Redundant accessor body
1316
resharper_redundant_accessor_body_highlighting = error
1417

@@ -232,6 +235,7 @@ resharper_arrange_redundant_parentheses_highlighting = error
232235
resharper_arrange_static_member_qualifier_highlighting = error
233236
resharper_arrange_this_qualifier_highlighting = error
234237
resharper_arrange_type_member_modifiers_highlighting = none
238+
resharper_arrange_type_modifiers_highlighting = none
235239
resharper_built_in_type_reference_style_for_member_access_highlighting = hint
236240
resharper_built_in_type_reference_style_highlighting = hint
237241
resharper_check_namespace_highlighting = none

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.4.1" />
1111
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.5" />
1212
<PackageVersion Include="Polyfill" Version="11.0.1" />
13-
<PackageVersion Include="ProjectDefaults" Version="1.0.174" />
13+
<PackageVersion Include="ProjectDefaults" Version="1.0.175" />
1414
<PackageVersion Include="Serilog" Version="4.4.0" />
1515
<PackageVersion Include="Serilog.Sinks.File" Version="7.0.0" />
1616
<PackageVersion Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
@@ -19,7 +19,7 @@
1919
<PackageVersion Include="Verify.TUnit" Version="31.25.0" />
2020
<PackageVersion Include="SimpleInfoName" Version="3.2.0" />
2121
<PackageVersion Include="Verify" Version="31.25.0" />
22-
<PackageVersion Include="TUnit" Version="1.61.0" />
22+
<PackageVersion Include="TUnit" Version="1.61.15" />
2323
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.9.0" />
2424
</ItemGroup>
2525
</Project>

0 commit comments

Comments
 (0)