Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/9.0] Use the specified migrations assembly in validation #34777

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

AndriySvyryd
Copy link
Member

Fixes #34772

Description
In 9 we accepted a community PR that adds a way to specify an Assembly for migrations. However, the validation logic for this option wasn't updated

Customer impact
Running dotnet ef migrations add fails if the above option is specified. The workaround is to specify the assembly name instead, but this isn't possible for test scenarios where the assembly is generated dynamically.

How found
Reported on 9 RC1 by partner team (Aspire).

Regression
No, new feature

Testing
Test added.

Risk
Low.

@AndriySvyryd AndriySvyryd merged commit fc70500 into release/9.0 Sep 27, 2024
7 checks passed
@AndriySvyryd AndriySvyryd deleted the Issue34772 branch September 27, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants