-
Notifications
You must be signed in to change notification settings - Fork 170
Ambiguous Extensions in Connector.EF6Autofac #495
Copy link
Copy link
Closed
Labels
Component/ConnectorsIssues related to Steeltoe connectorsIssues related to Steeltoe connectorsReleaseLine/2.xIdentified as a feature/fix for the 2.x release lineIdentified as a feature/fix for the 2.x release lineType/bugSomething isn't workingSomething isn't working
Milestone
Description
Steeltoe.CloudFoundry.Connector.EF6Autofac has 3 classes for MySql, Oracle, and SqlServer but they all have the same extension method signature which causes a collision. Given that they all exist in same namespace, they are much harder (and uglier) to use than they should be, requiring either a static using statement or usage including the class name like OracleDbContextContainerBuilderExtensions.RegisterDbContext<TContextcs>(container, config);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component/ConnectorsIssues related to Steeltoe connectorsIssues related to Steeltoe connectorsReleaseLine/2.xIdentified as a feature/fix for the 2.x release lineIdentified as a feature/fix for the 2.x release lineType/bugSomething isn't workingSomething isn't working