Validate that filters are the same for shared indexes #24968
Labels
area-model-building
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Milestone
When using base class, attempting to be unique within the specific typed class does not apply the unique with Code-First.
Example excerpt:
This configuration creates the following
Up()
method in the Migration file, using Code-First:The second unique filtered index is missing. I can manually insert the index into the migration file. However, I am unable to test the second constraint when using normal unit testing methods, since unit tests normally do not use migrations.
Expected behavior would be for all unique filtered indexes be applied.
The text was updated successfully, but these errors were encountered: