Skip to content

Commit 15e2ea6

Browse files
committed
Ensure Rider can see the tests
1 parent d2ad214 commit 15e2ea6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Chisel.Tests/Chisel.Tests.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<OutputType>exe</OutputType>
66
<Nullable>enable</Nullable>
7+
</PropertyGroup>
8+
9+
<PropertyGroup>
10+
<!-- UseMicrosoftTestingPlatformRunner is required for JetBrains Rider to see the tests -->
11+
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
712
<!-- TestingPlatformDotnetTestSupport is ignored with the .NET 10 SDK but is required for older SDKs -->
813
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
914
</PropertyGroup>

0 commit comments

Comments
 (0)