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

Don't require connection string during migration remove #34788

Open
atrauzzi opened this issue Sep 29, 2024 · 0 comments
Open

Don't require connection string during migration remove #34788

atrauzzi opened this issue Sep 29, 2024 · 0 comments

Comments

@atrauzzi
Copy link

I'm looking to remove a migration I created in a class library. I was able to create it without requiring a viable DbContext, yet when I go to remove the last migration I just created, the EF Core tools crash because they aren't being triggered from a project that configures the context.

Ideally, I'd like to just be able to use the CLI tools without having any notion of a running database be presumed, as that's just not a necessity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant