-
Source Generator Support?
Is this something that could be integrated into LINQPad? I love the fact that LINQPad allows me to try out new features of the language/framework usually but it looks like this needs build and IDE su…2 · -
Add the ability to step/debug through #load-ed files
I'm making heavy use of the #load directive to include classes from other linq files. This is great since it allows me to create organized libraries of reusable code within linqpad without throw…2 · -
Re: Can't set breakpoint in UI click handler
The problem is that your program completes the moment Main() returns. The action you're attempting to step through is run well after the debugger is detached. You need to signal to LINQPad that …2 · -
[LINQPad 6] Add option to enable nullable reference types by default for all queries
With the release of LINQPad 6 and C# 8, I want to fully embrace nullable reference types. But it gets tiring adding #nullable enable to every script I create. Can an advanced option be added to enabl…1 · -
Using autocomplete changes the indentation level
I noticed some time in the previous betas that the indentation level of the added code seem to be fixed to the first level whenever using some autocompletes. So actions like implementing an interface…1 ·