Source generator support
Options
will source generators be integrated in Linqpad? eg. stronginject or System.Text.Json
Comments
-
Not in the near future. In order to get tooling for source generators working under .NET Core, I'd likely have to either move the entire Roslyn toolchain out-of-process, or port the LINQPad host so that it runs under .NET Framework. Either is a major project.