-
Re: LINQPad HTML Canvas Control?
That's why it needs a new build :) The getContext method returns an object which must be proxied across the process boundary rather than being serialized. It's not hard for me to implement because I …1 · -
Re: LINQPad HTML Canvas Control?
This isn't easy right now, unless you intend to do the whole thing inside the browser by emitting JavaScript. To make it possible to interact with the canvas from a LINQPad script, I can create a Can…1 · -
Re: LINQPad's preview version of roslyn does not support nullable reference types
Try the latest LINQPad beta. When you download the experimental Roslyn assemblies, it should now pick up Roslyn 2.11.1 · -
Re: Support C# 7.2
You will need to reference the System.Memory NuGet package.1 · -
Re: LINQPad's preview version of roslyn does not support nullable reference types
I've reverted the preview assemblies to the previous state, so nullable reference types will work again. To support 2.10 will require a new LINQPad build. I'll try and upload something in the next da…1 ·