Christopher Jolly
Christopher Jolly
After a lot of work recently, this seems to be stable enough to merge to the main branch It has been updated to .Net/EF Core 6 with all the latest...
With the release of .Net RC 1 and EF Core 8 it is time to start work on a compatible version of EFCore.Jet Alpha 1 is now out and available...
With .Net 7 and Entity Framework Core 7 out now I have created this topic for any questions regarding the status of EFCore.Jet for EF 7
@lauxjpn Microsoft have removed the page for downloading the 2010 version of the access database engine. Thus our CI system fails on all 2010 workflows
From discussion in #2909 This adds a `GUID` generator compatible with the UID Version 7. Code is based on the `Guid.CreateVersion7` function that is part of .Net 9. Since EFCore...
Opening this issue for any questions on the EF Core 9 support. Work has begun and the `master` branch is now targeting EF Core 9 (dependent on preview 7). EF...
When `EnableDetailedErrors` is turned on it wraps the expression to read the field value in a try...catch statement In certain situations this is not valid C# - When the expression...
I am busy adding the PrecompiledQuery functionality to EFCore.Jet provider including its test suite and have run into an error I'm not sure about When running a test (e.g. `BinaryExpression`)...
From #3116 the lpad/rpad in npgsql truncate the string if the length given is less than the string length. This is different to .Net where it doesn't truncate This fixes...
Bit of a cleanup of the code style - Added .editorconfig so that any instance in VS uses the same style suggestions - Updated strings to raw string literals where...