Disclaimer: I am the owner and operator of this open source project.
In case you're still looking for a MongoDB EF-Core provider, you can find my provider on GitHub: EntityFrameworkCore.MongoDB. The project currently includes an EF-Core database provider and an ASP.NET Core Identity provider.
NOTE: the provider is still in preview/prerelease pending proper support for complex types in EF-Core's StateManager
.
You can get to the packages by adding the following NuGet source to your project:
nuget sources add -name EFCore-MongoDb -Source https://www.myget.org/gallery/efcore-mongodb
Check out the getting started wiki for a closer look.