Skip to content

Commit 1a41fd8

Browse files
Centralize EnableNUnitRunner, remove obsolete property TestingPlatformDotnetTestSupport
1 parent 0974a36 commit 1a41fd8

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
<PropertyGroup>
33
<WarningsAsErrors>IDE2000</WarningsAsErrors>
44
</PropertyGroup>
5+
6+
<PropertyGroup>
7+
<EnableNUnitRunner>true</EnableNUnitRunner>
8+
</PropertyGroup>
59
</Project>

ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
<GenerateTestingPlatformEntryPoint>true</GenerateTestingPlatformEntryPoint>
1818
<StartupObject>ICSharpCode.Decompiler.Tests.MicrosoftTestingPlatformEntryPoint</StartupObject>
19-
<EnableNUnitRunner>true</EnableNUnitRunner>
20-
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
2119
<OutputType>Exe</OutputType>
2220

2321
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
<RuntimeIdentifier Condition="$(IsWindowsARM64) == true">win-arm64</RuntimeIdentifier>
1313

1414
<IsPackable>false</IsPackable>
15-
16-
<EnableNUnitRunner>true</EnableNUnitRunner>
17-
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
1815
<OutputType>Exe</OutputType>
1916

2017
<EnableDefaultItems>false</EnableDefaultItems>

ILSpy.Tests/ILSpy.Tests.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
<IsPackable>false</IsPackable>
1212
<RuntimeIdentifier Condition="$(IsWindowsX64) == true">win-x64</RuntimeIdentifier>
1313
<RuntimeIdentifier Condition="$(IsWindowsARM64) == true">win-arm64</RuntimeIdentifier>
14-
15-
<EnableNUnitRunner>true</EnableNUnitRunner>
16-
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
1714
<OutputType>Exe</OutputType>
1815

1916
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)