-
Notifications
You must be signed in to change notification settings - Fork 255
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
DataRow: Nulls and empty string are displayed as no data in display name #1647
Comments
Moved to milestone 3.2 |
This can be a breaking change for people using the ID generation with display mode (although it is deprecated it's still in place so we will do th breaking change in v4). |
If we are breaking this, I would like to something along the type serialization providers.
Will output I would much rather see something like |
The change was mentioned to be a breaking change, so I assume this ticket should be linked to from #1285 MSTest v4 Breaking Changes? |
I have merged your other PR so you can rebase! If you want to also handle |
Does an "empty char" even exist? I did a rebase on the branch, and string is handled, yes |
I didn't mean empty char. I meant that from the first read of your PR, you have been handling:
I was suggesting to also improve:
Basically, all strings should be surrounded by double quotes and all chars should be surrounded by single quotes. |
Describe the bug
The display name of MSTest DataRow elements doesn't display well nulls.
Steps To Reproduce
Expected behavior
Should be displayed as
Actual behavior
Will be displayed as
Additional context
The empty string should also probably be improved to display
""
instead of empty.The text was updated successfully, but these errors were encountered: