Hi @Steve_Rinn,
Welcome to the MongoDB Community forums! Index creation is not directly supported since our EF Core provider isn’t exposing admin type functionality. However, since our EF Core provider is built on top of the .NET/C# driver, you can re use the MongoClient used to create the DbContext and perform index management as you normally would with the driver. Here’s a sample code snippet of that and a talk that explains the same. Hope that helps.
Thanks,
Rishit.
1 Like