-
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
Display Name not Shown Until I Build #669
Comments
Probably some more work needs to be done in discovery? Do you want to tackle this and make a PR or should I have a look? |
This would probably be an enhancement in source based discovery (where the adapter is not involved). @shyamnamboodiripad can you please take a look. |
Thats correct, Source Based Discovery does not consider Display Name at the moment. We'd want to consider adding that in. |
Does that mean in Visual Studio? |
This is a VS issue in SBD. I think we might already have a bug tracking this. This however does eventually gets fixed after build though. |
Sure but it's annoying and confusing IMHO |
Description
I have to build for
TestMethod(displayName: "Some Display Name")
to show up properly in test explorer.Steps to reproduce
Sample code
Expected behavior
I shouldn't have to build
Actual behavior
I have to build
Environment
VS 2019 Preview, 16.5.0 Preview 1
The text was updated successfully, but these errors were encountered: