Servant-Software-LLC / FileBased.DataProviders

ADO.NET & EF Core Data Providers for common serializable formats (JSON, XML, and CSV) stored to disk.
2 stars 1 forks source link

EF Core: Basic Providers #40

Closed DaveRMaltby closed 1 year ago

DaveRMaltby commented 1 year ago

Need to create basic EF Core providers using the https://github.com/Servant-Software-LLC/EFCore.MyCustom database as a template. Those providers will also run the same unit tests in EFCore.MyCustom as well.

After EF Core merger, this issue copied. REF: https://github.com/Servant-Software-LLC/EFCore.FileBased.Providers/issues/2

DaveRMaltby commented 1 year ago

Done.