🚚 Allows underscores in unit test names
This commit is contained in:
		@@ -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">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user