🚚 Allows underscores in unit test names

This commit is contained in:
2025-08-20 14:05:18 +03:00
parent 0a769040fc
commit 9a9b3ca9f8

View File

@@ -10,6 +10,7 @@
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner> <UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport> <TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
<RunSettingsFilePath>$(MSBuildThisFileDirectory)\.runsettings</RunSettingsFilePath> <RunSettingsFilePath>$(MSBuildThisFileDirectory)\.runsettings</RunSettingsFilePath>
<NoWarn>$(NoWarn);CA1707</NoWarn>
</PropertyGroup> </PropertyGroup>
<ItemGroup Label="Hide Assets"> <ItemGroup Label="Hide Assets">