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 77 <PackageVersion Include =" MarkdownSnippets.MsBuild" Version =" 28.4.1" />
88 <PackageVersion Include =" Microsoft.CSharp" Version =" 4.7.0" />
99 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 18.8.1" />
10- <PackageVersion Include =" ProjectDefaults" Version =" 1.0.174 " />
10+ <PackageVersion Include =" ProjectDefaults" Version =" 1.0.175 " />
1111 <PackageVersion Include =" ProjectFiles" Version =" 1.4.0" />
12- <PackageVersion Include =" Verify.XunitV3" Version =" 31.25 .0" />
12+ <PackageVersion Include =" Verify.XunitV3" Version =" 31.26 .0" />
1313 <PackageVersion Include =" xunit.v3" Version =" 3.2.2" />
1414 <PackageVersion Include =" Microsoft.Sbom.Targets" Version =" 4.1.5" />
1515 <PackageVersion Include =" Argon" Version =" 0.35.2" />
16- <PackageVersion Include =" DiffEngine" Version =" 19.3.2 " />
16+ <PackageVersion Include =" DiffEngine" Version =" 19.3.3 " />
1717 <PackageVersion Include =" EmptyFiles" Version =" 8.18.2" />
1818 <PackageVersion Include =" SimpleInfoName" Version =" 3.2.0" />
19- <PackageVersion Include =" Verify" Version =" 31.25 .0" />
19+ <PackageVersion Include =" Verify" Version =" 31.26 .0" />
2020 </ItemGroup >
2121</Project >
You can’t perform that action at this time.
0 commit comments