-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS Test Explorer NUnit error: "TestPlatformFormatException: Filter string ... includes unrecognized escape sequence" #5047
Comments
@aelij The crash is different on my side and is crashing in NUnit code:
I think some investigation will need to happen on NUnit side first. @aelij Could you open an issue for NUnit please? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When running a parametrized NUnit test where the parameter is the
"
string, the following error appears in the Test Explorer output (dotnet test
works fine):Steps To Reproduce
See attached file: repro.zip
Expected behavior
No error
Actual behavior
Above error
The text was updated successfully, but these errors were encountered: