HasSchema(null) does not override DbFunction attribute #24228
Labels
area-model-building
breaking-change
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-enhancement
Milestone
Having
DbFunction(Schema = "foo")
and later usingHasSchema(null)
does not remove the schema from the model. UsingHasSchema("bar")
works fine.EF Core version: 5.0.3
The text was updated successfully, but these errors were encountered: