File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
ICSharpCode.Decompiler.Tests
ILSpy.BamlDecompiler.Tests Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <WarningsAsErrors >IDE2000</WarningsAsErrors >
44 </PropertyGroup >
5+
6+ <PropertyGroup >
7+ <EnableNUnitRunner >true</EnableNUnitRunner >
8+ </PropertyGroup >
59</Project >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments