-
Re: ChartJS in linqpad
I'm certainly not an expert, but the following works for me var html = """<div> <canvas id="myChart"></canvas></div><script src="https://…3 -
Re: Debugger values out when source includes line separator character (\u2028)
Your code is indeed pasteable and shows the bug, I think the debugger is pointing to the wrong line because of this character. It you step through the code, you will notice it doesn't stop on th…1 -
Re: Why it keeps complain "cs1525 Invalid expression term '['
You don't say which version of LinqPad you are running, but I suspect it may be one that does not support Collection expressions which I think is a C# 12 feature. According to https://www.linqpa…1 -
Re: Cannot find LINQPad.UIExtensions.Dump
It is extracted into a subfolder located in %localappdata%\LINQPad\ with the name of the subfolder being the version number (eg 8.0.17). If you want to automate it a bit you can run var version = Unc…1 -
Re: Add a new line in "C# Program" template
Not sure if it would help, but did you know you can disable this message? Edit Preferences Advanced Editor Include user-code placeholder comment in C# Program mode.1