Christopher Jolly

Results 69 comments of Christopher Jolly

> Cool. @lauxjpn Looks like I have the same problem as you had here https://github.com/dotnet/efcore/issues/26260

@lauxjpn Think I've got it working now. Some things in the JetQuerySqlGenerator I had to comment out. It just uses the base function for now til I have another look...

@ShamilS @nicovil That issue and fix was after my experimental build. I should probably look at merging all the fixes since then and produce a new build

@nicovil @ShamilS I've had a look and have updated to 6.0.9 (although if your project was directly referencing 6.0.9 it would be using that as what it is compiled against...

@ShamilS Pretty sure it's been mentioned here somewhere, but all my current stuff on net6 is found here https://github.com/ChrisJollyAU/EntityFrameworkCore.Jet/tree/net6

So more of a compatibility update? Can do go with that

@lauxjpn What's the current plan? .Net 6 is already here

@bairog If you feel like it, give the attached a try. They are currently a work in progress. The EF5/Net5 is at the exact stage the the .Net 5 pull...

You might be missing some references Need all 3

I don't see any thing related to Jet in the stack traces. Looks like it's just around in ef core. Also, not sure what you're trying to do with the...