-
Re: Linq to Strong Typed Dataset
LINQPad only lets you reference an exe/dll - you can't reference .cs files. So you'll need to find the exe/dll that that you built in VS that includes the typed dataset and reference that. Make sure …1 · -
Re: ASP.NET Core support
John, you're right - it's a versioning issue. I will release a separate driver for EntityFrameworkCore 1.1.1 shortly.1 · -
Re: Latet beta c# 7 tupels are not working
Try RC4: https://www.linqpad.net/Download.aspx#beta This new build checks whether mscorlib contains System.ValueType, and if so, automatically removes the automatic reference to System.ValueType.dll.1 · -
Re: LinqPad ChangesNames
You can disable pluralization - right-click the and choose Properties. When conflicts occur, LINQPad uses heuristics to rename columns, and also to determine association names. These won't also be th…1 · -
Re: Is there a way to see emojis in the results view?
Ah, you're using Unicode characters outside the BMP. LINQPad doesn't support this right now. There may be a fix in the next beta build, depending on how much work it is.1 ·