-
Re: How do I get monospaced results
Edit/Preferences/Results. Set the Style Sheet for text (HTML) results to custom and click on Launch Editor and then you can addbody { margin: 0.3em 0.3em 0.4em 0.4em; font-family: Consolas; font-size…5 · -
Re: Grouping with List.
Firstly, your example does not even compile, and as far as I know the standard JsconConvert will not produce output exactly like you describe, but ignoring these issues, it looks like you are groupin…2 · -
Re: "Does not contain definition" error when trying to call a specific static method in Json.NET
You wouldn't happen to have another version of JSon.Net loaded via your 'My Extensions' ? I'm on a similar build and don't see that issue.1 · -
Re: LinqPad getting stuck after updating a few thousand records.
I suspect you are hitting the problem where SubmitChanges gets progressively slower each time you call it. You might be better to avoid it altogether and replace it with something like foreach(var a …2 · -
Re: LinqPad 5 Nuget - Unable to connect to the remote server
Not exactly the same, but I started getting '404 Not Found' errors when attempting to update any Nuget package. This turned out to be my own fault as I had added a second Package source whi…1 ·