-
Re: LinqPad 6 and xUnit test framework
Try the latest LINQPad 6 beta: https://www.linqpad.net/linqpad6.aspx#beta It now has an option on the query menu to add xunit integration. This works by adding #load xunit to the current query, along…1 · -
Re: Dumping Task<Task<T>>
Thanks - looks like a race. This will be fixed in the next build.1 · -
Re: How can I use the same project in `LINQPad` and in` Visual Studio`?
That is a major use-case right now. It sounds like what you're looking for is a feature that would allow source files to be shared between LINQPad and a Visual Studio project. This would be possible …1 · -
Re: SNI.dll
I'll take a look at it, but it's tricky because the SqlClient library hard-codes where it expects the sni.dll file to be. A workaround is to add the following class to My Extensions: public static cl…1 · -
Re: How to use Linqpad with TFM net5.0-windows10.0.19041.0
Have you tried adding a NuGet package reference to Microsoft.Windows.SDK.NET.Ref?1 ·