-
Re: How to display Util.RawHtml(code) in a new output tab?
If you look at rorourke's DumpX from https://forum.linqpad.net/discussion/3051/pushing-dumpx-further , then you can do something like var html = new System.Net.WebClient().DownloadString ("…2 · -
Re: Humanizer can't get localized resource files
If you want a work-around you can copy the Humanizer.dll from the humanizer.core nuget folder and the Humanizer.resources.dll from the Humanizer.Core.zh-Hant folder into a new folder and then remove …1 · -
Re: Performance regression in Linqpad 8 for GetType + typeof?
Don't have an answer, but have you tried using LinqPad's built in benchmark support? They say you should never roll your own encryption and when I started looking at the inards of Benchmark…1 · -
Re: Performance regression in Linqpad 8 for GetType + typeof?
Definitely weird. If you change the order of the tests, so that the type.GetType() test runs first then this big increase disappears. It's not a linqpad issue as a VS2022 project with the attach…1 · -
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 ·