Ralms.EntityFrameworkCore.Extensions icon indicating copy to clipboard operation
Ralms.EntityFrameworkCore.Extensions copied to clipboard

Extensions for EntityFramework Core

Results 3 Ralms.EntityFrameworkCore.Extensions issues
Sort by recently updated
recently updated
newest added

After calling RalmsExtendFunctions() of a DbContextOptionsBuilder the FromSql("") function does not work anymore. A NotSupportedException occurs.

Running in .NET Core 3.1. I see this project hasn't been updated in a couple years, so is it not compatible with .NET Core 3.1? ``` Unhandled exception. System.TypeLoadException: Method...

enhancement
good first issue

I use your extensions to support the functionality of the hints in my app. But after some time EF starts to write the following messages to the logs: > More...

enhancement