InMemory: Missing the equivalent of IRelationalDbContextOptionsBuilderInfrastructure #23669
Labels
area-in-memory
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Currently, there is no way to get from an InMemoryDbContextOptionsBuilder to the DbContextOptionsBuilder.
Our current workaround in EntityFrameworkCore.InMemrory.HierarchyId is to use reflection:
The text was updated successfully, but these errors were encountered: