Philip Lee
Philip Lee
It does. Simple test in LinqPad shows SingleOrDefault is 2x slower. If you have a List then Find(x => x.Id == findId) is 6x faster than SingleOrDefault(x => x.Id ==...
As it says at [https://github.com/commandlineparser/commandline](https://github.com/commandlineparser/commandline ) > Note: the API surface has changed since v1.9.x and earlier. Some of the Option parameters have changed  DefaultValue is now Default. Not...
Hi, no problem. I'm embarrassed/frustrated to have not got any further than building your code yet. If I run freebase-film-likq (freebase-likq needs more RAM than I have) then I run...
ah ha :) I also needed to add `server.RegisterCommunicationModule();` to the freebase-likq server sample. Do you have an example query for the film sample? I assume the sample queries should...
@yatli Thanks, I did try a while back but just got exceptions, so I gave up. Too much other work to do. When I get a moment I'll grab the...
@yatli Also, is the UI shown here https://www.graphengine.io/video/likq.video.html available in any form?
@yatli Freebase-likq now builds but has warnings, and then fails when run. Warning:  Run failure:  Dependencies: 
@yatli I've changed the likq sample to use EntityFrameworkCore.Sqlite so that works for me. I can try to do a pull request or send you the code if you want....
WinUI 3 support gets my vote. I've currently taken on an aging WinForms app that uses GLControl 3.x. Would be nice to start investigating migration to WinUI but without this...
Are you saying that the GLWpfControl should work in WinUI3? If so then that's good and I'll give it a try. I was assuming perhaps incorrectly that WinUI3 needs specific...