-
LINQPad hosted wiki
I was just looking back at the old Stack Overflow post listing out a lot of the extension methods: https://stackoverflow.com/questions/3555317/linqpad-extension-methods Considering the leadership…2 -
Re: Any way to suppress vulnerability warnings?
It looks like your WebView2 engine crashed or you're using the IE engine. But it looks like the messages would need to be updated for LP9. You should be able to find that setting in the NuGet Se…1 -
Re: Nullable Reference Types
Check the settings1 -
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