Nathan Hollis

Results 7 comments of Nathan Hollis

I was having this same issue after upgrading (I wasn't even using any popovers or popover providers), but I removed the theme provider `` from my layout and moved MudDialogProvider...

Try a couple things, some of the nullability handling has changed: 1) In document generation, change defaultResponseReferenceTypeNullHandling = "NotNull" 2) A lot of my value types were becoming nullables in...

I am also having this issue with my own certificate Program starting... ++++ Exception System.Net.Sockets.SocketException - CLR_E_FAIL (5) ++++ ++++ Message: ++++ System.Net.Sockets.NativeSocket::poll [IP: 0000] ++++ ++++ System.Net.Sockets.Socket::Poll [IP: 0011]...

> Shame he/they can't be arsed to comment really, isn't it? .net 5 is EOL and use cases for LiteDb are diminishing

I'm having this same issue with the Sqlite provider - in .NET 7 it would generate `WHERE [Name] IN ( )`, now in 8 it is generating a WHERE EXISTS...

Ok so an update/workaround - if you can re-write your .Contains() as a join instead, the performance will be almost exactly as before: ``` var names = new[] { "name1",...