-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Stop using AddFromFile with many files #24937
Conversation
("really slow" on SDK style .csproj)
@bricelam Do you think we'll need to add a note in the docs for non-SDK projects to add the files manually? |
EF Core 6 will only support .net 5/6 - but this file is global, and also works for 3.1?? |
We already skip calling efcore/src/EFCore.Tools/tools/EntityFrameworkCore.psm1 Lines 355 to 362 in b2fc119
|
We might as well do it for Add-Migration too |
Correct, you can use the 6.0 tools with 2.1 projects. This happens when you have a solution with both an EF Core 6 and EF Core 2.1/3.1 project. |
I can update for Add-Migration? |
@ajcvickers I don't want to nitpick, but I think you forgot to label this "community contribution" |
@ErikEJ I'm way behind with this... |
This speaks about 'conditionally' adding the created script files (in the past I already noticed, that remove-migration would not remove the file from the project - so might that also be related). But based on what/which condition(s)? |
("really slow" on SDK style .csproj)
fixes #24933