Skip to content

Commit adab915

Browse files
authored
Merge pull request #767 from adamralph/props-sorting
inline props comments for easy line sorting
2 parents ddd84a3 + c2fb59b commit adab915

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
<EnableNETAnalyzers>true</EnableNETAnalyzers>
88
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
99
<ImplicitUsings>enable</ImplicitUsings>
10-
<!-- workaround for https://github.com/dotnet/roslyn/issues/41640 -->
11-
<NoWarn>$(NoWarn);EnableGenerateDocumentationFile</NoWarn>
10+
<NoWarn>$(NoWarn);EnableGenerateDocumentationFile</NoWarn> <!-- workaround for https://github.com/dotnet/roslyn/issues/41640 -->
1211
<Nullable>enable</Nullable>
1312
<RestoreLockedMode Condition="'$(CI)' != ''">true</RestoreLockedMode>
1413
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>

SimpleExecTests/SimpleExecTests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<!-- https://github.com/dotnet/roslyn-analyzers/issues/7192 -->
5-
<NoWarn>$(NoWarn);CA1515</NoWarn>
4+
<NoWarn>$(NoWarn);CA1515</NoWarn> <!-- Consider making public types internal - https://github.com/dotnet/roslyn-analyzers/issues/7192 -->
65
<OutputType>Exe</OutputType>
76
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
87
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>

0 commit comments

Comments
 (0)