Skip to content

Commit dcfd2c7

Browse files
GitHubSync update - release-2.0 (#215)
Co-authored-by: internalautomation[bot] <85681268+internalautomation[bot]@users.noreply.github.com>
1 parent 924131c commit dcfd2c7

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,3 +374,7 @@ dotnet_naming_style.camel_case.required_prefix =
374374
dotnet_naming_style.camel_case.required_suffix =
375375
dotnet_naming_style.camel_case.word_separator =
376376
dotnet_naming_style.camel_case.capitalization = camel_case
377+
378+
# Silence Rider diagnostics that sometimes conflict with Roslyn analyzers
379+
resharper_arrange_redundant_parentheses_highlighting = none
380+

src/Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@
3131
<SourceRoot Include="$([MSBuild]::NormalizePath($(MSBuildThisFileDirectory)..\))" />
3232
</ItemGroup>
3333

34+
<ItemGroup>
35+
<ProjectCapability Include="DynamicFileNestingEnabled" />
36+
</ItemGroup>
37+
3438
</Project>

0 commit comments

Comments
 (0)