-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Console.WriteLine(char value) overload not displaying in Results Panel #225
Comments
Thank you for reporting, I'll get this fixed. |
Have done some digging into the problem. In the {
"type":"HtmlResultsScriptOutput",
"output": {
"body":"<div class="group text"><br/></div>",
"order":1
}
} although the only chars gets parsed weired. Have not checked the dll that gets generated in the tmp/Processes, may be an issue there |
@SimonNyvall thanks for digging in. The issue is most likely in the ActionTextWriter which derives from I imagine |
@tareqimbasher thanks you so much for the tip! I looked at the ActionTextWriter yesterday and thought it wrote to the Console output and not to the dll files. Made a fix and can create a PR if you would like? |
That's great! Go ahead and submit a PR. Thanks for working on this. |
PR #240 is merged and fixes this issue. Thank you @SimonNyvall. Will go out with next release. |
Hello!
I appear to be having an issue displaying the output of the below example code in NetPad:
It appears as though using the
Console.WriteLine(char value)
overload does not print anything to the Results pane:NetPad Version: v0.7.1
The text was updated successfully, but these errors were encountered: