You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When project name contains invalid namespace chars. Microsoft.Testing.Platform.MSBuild package generating TestingPlatformEntryPoint.cs with invalid namespace.
Steps To Reproduce
Create New Folder (1) directory.
Install TUnit project template with following command
Describe the bug
When project name contains invalid namespace chars.
Microsoft.Testing.Platform.MSBuild
package generatingTestingPlatformEntryPoint.cs
with invalid namespace.Steps To Reproduce
New Folder (1)
directory.dotnet build
and confirm errorsExpected behavior
Escaped namespace (
New_Folder__1_
) is generated.Actual behavior
(
char is not escaped.Additional context
This problems happens when using MTP v1.6.0 or later.
I also confirmed same behavior when using
xUnit.v3
.The text was updated successfully, but these errors were encountered: