-
Re: Refresh Schema Explorer programmatically from dynamic driver
There's no way to do this, and it's a reasonable request. Would it help if I added the following method to IConnectionInfo? Task ForceRefresh(); The obvious place to call this would be in the OnQuery…1 · -
Re: LinqPad 6 and xUnit test framework
This is a good use-case. I will be adding explicit support for xunit soon, to make this easier.4 · -
Re: Built-in EF Core driver not finding Microsoft.Data.Sqlite.dll
I can only guess that the NuGet packages for SQLite or EF Core have partially downloaded. Can you try closing LINQPad and deleting the following folders: c:\users\steve.nuget\packages c:\users\steve\…1 · -
Re: Built-in EF Core driver not finding Microsoft.Data.Sqlite.dll
Can you please right-click the connection, select "Show assembly resolution log", and paste the output.1 · -
Re: IQDriver failure on LINQPad 6
The IQ driver targets .NET Framework 4.x and so is not supported in LINQPad 6 which targets .NET Core. Use the new built-in Entity Framework Core driver instead. This supports SQL Server, Oracle, MyS…1 ·