Post-process model snapshot to massage metadata #8925
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
The model snapshot may contain provider-specific annotations that are now only supported as relational annotation. For example,
SqlServer:TableName
. After building the snapshot we could process it to change these toRelational:Xxx
based on looking for any annotation that ends in:SomeRelationalAnnotation
. If this results in conflict (should be rare) we can pick one and warn saying that this is not supported anymore--note that it wouldn't have worked in migrations anyway.This hook could also be generally useful in the future for other tweaks to metadata that may result in residual code in the snapshot that needs to be massaged.
The text was updated successfully, but these errors were encountered: