-
Re: Is it possible to use .NET regular expression source generators in LINQPad?
@mellamokb unfortunately it's limited to a handful of generators, that are manually integrated. GeneratedRegex LibraryImport JsonSerializable I think the issue was that it requires a completely …1 · -
Re: Is it possible to use .NET regular expression source generators in LINQPad?
It seems like it's limited to going to the definition of partial classes, but not partial functions. Looking at the Source Generators sample, what you describe works on the AppJsonContext, but n…1 · -
Re: AzureCliCredentials & PATH on MAC
One other approach that would feel a little more natural and worth mentioning is to create a script that you would load in. Treat it like a "source include." You could add that setup in you…1 · -
Re: Is it possible to reduce the size of collapsed empty lists?
I don't know if it's documented, but you can inspect the results panel source to see the HTML that renders it. With focus on the results panel, press F12. Alternatively, right click on any …1 · -
Re: add RemoveAttribute for HTML Control.
Quick workaround should you need it: control.HtmlElement.Run("targetElement.removeAttribute('loading');");1 ·