FileContextCore
FileContextCore copied to clipboard
FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files instead of being limited to databases.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
I am trying to implement a custom ISerializer (CustomSerializer class) to accommodate a different format of the JSON file on disk. I added the following code to my ConfigureServices method...
will y'do upgrade Ef Core 5???
this repo will support Ef Core 5?
Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...
When using CSVHelper independently from FileContextCore, with a higher version than 20.0.0 using this library on Unity with the IL2CPP backend then, when converting the for the build it will...
I Just updated my project from .NET Core 3.1 to .NET 5.0. While updating, I also updated EF Core packages (3.1.7 -> 5.0.0). After updating, I get the following error:...
Updated the dotnetfiddle.net example using the latest FileContextCore & matching EFCore versions: - EFCore v3.1.0 - FileCtxCore v3.4.0 Fixed capitalization typo in `databaseName`.
Great job! Does this library support inheritance? When I use inheritance I get an IndexOutOfRangeException. Details: ```fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1] An unhandled exception has occurred while executing the request. System.IndexOutOfRangeException: Index was...