Skip to content

Ambiguous Extensions in Connector.EF6Autofac #495

@TimHess

Description

@TimHess

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);

Metadata

Metadata

Assignees

Labels

Component/ConnectorsIssues related to Steeltoe connectorsReleaseLine/2.xIdentified as a feature/fix for the 2.x release lineType/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions