EntityFramework.Functions library implements Entity Framework code first support for:
EntityFramework.Functions library works on .NET Standard with Entity Framework 6.4.0. It also works on .NET 4.0, .NET 4.5, .NET 4.6, .NET 4.7, .NET 4.8 with Entity Framework 6.1.0 and later. Entity Framework is the only dependency of this library.
It can be installed through Nuget:
dotnet add package EntityFramework.Functions
Or:
Install-Package EntityFramework.Functions -DependencyVersion Highest
See: