CirrusRedOrg / EntityFrameworkCore.Jet

Entity Framework Core provider for Access database
MIT License
134 stars 36 forks source link

EF Core 8 Support #143

Open ChrisJollyAU opened 10 months ago

ChrisJollyAU commented 10 months ago

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 for testing. Most things should be working and I don't believe there is any significant regressions from v7

Some notable changes are:

There is still some work to go but some new EF Core 8 features do work. Some notes:

ChrisJollyAU commented 5 months ago

Beta 1 is now out.

This is compatible is dependent on at least 8.0.1 of EF Core and only runs on .Net 8

New features

Bug fixes

ChrisJollyAU commented 4 months ago

RC 1 is out now

Bug fixes