File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ insert_final_newline = true
99indent_size = 4
1010charset = 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
1316resharper_redundant_accessor_body_highlighting = error
1417
@@ -232,6 +235,7 @@ resharper_arrange_redundant_parentheses_highlighting = error
232235resharper_arrange_static_member_qualifier_highlighting = error
233236resharper_arrange_this_qualifier_highlighting = error
234237resharper_arrange_type_member_modifiers_highlighting = none
238+ resharper_arrange_type_modifiers_highlighting = none
235239resharper_built_in_type_reference_style_for_member_access_highlighting = hint
236240resharper_built_in_type_reference_style_highlighting = hint
237241resharper_check_namespace_highlighting = none
Original file line number Diff line number Diff line change 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" />
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 >
You can’t perform that action at this time.
0 commit comments