-
Re: AzureStorageDriver
You might get more success posting on the driver's issues page: https://github.com/madd0/AzureStorageDriver/issues1 · -
Re: EF.Functions.Like throws "has no supported translation to SQL" error
If the source is SD.Tools.LinqToSQL, you are using a LINQ-to-SQL connection, not an EF Core connection. You should use SqlMethods.Like instead of EF.Functions.Like.1 · -
Re: Text wrongly escaped when LINQPad 6 text related Controls dumped into result window
Thanks. This is the same issue as https://forum.linqpad.net/discussion/2483/linqpad-controls-textbox-got-some-behavior-like-string-escape-when-it-dump#latest and will be fixed in a build this week.1 · -
Re: LINQPad.Controls.TextBox got some behavior like string escape when it Dump
Thanks - I'll get a fix into the next build.1 · -
Re: Anyone else having strange text distortions
Try the latest beta and let me know if this fixes the problem: https://www.linqpad.net/linqpad6.aspx#beta1 ·