Review provider breaking changes approach #6622
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Connection resiliency introduced breaking changes to some of the base classes for provider services by requiring a new dependency in the constructor for
RelationalDatabaseCreator
andRelationalQueryContextFactory
. We could use suboptimal workarounds to avoid this or we could introduce a dependency onICurrentDbContext
in all of our provider services base classes, so it can be used to resolve the new dependencies without breaking existing implementations for future releases.The text was updated successfully, but these errors were encountered: