Skip to content
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

Fix Console.WriteLine(char) Overload Not Displaying in Results Panel #240

Merged

Conversation

SimonNyvall
Copy link
Contributor

Addresses issue #225 , where the Console.WriteLine(char value) overload was not displaying correctly in the Results Panel.

Additional Notes

Did not found any unit tests for the ActionWriter, but could add that if we want it now?

@SimonNyvall SimonNyvall changed the title Fix Console.WriteLine(char) Overload Not Displaying in Results Panel (#225) Fix Console.WriteLine(char) Overload Not Displaying in Results Panel Aug 8, 2024
@tareqimbasher
Copy link
Owner

Look good. We could change the delegate passed to the constructor to accept a object? param instead of a string? param, that way we don't need to convert the char to a string.

@tareqimbasher tareqimbasher merged commit 1ac1037 into tareqimbasher:main Aug 8, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants