-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Milestone
Description
Running any EFC CLI (be it dotnet ef or the powershell ones) command will always print
PM> dotnet ef ...
Build started...
Build succeeded.
even if the project is up to date. Our Database project (which only contains database classes) takes almost a minute to build so having to wait for a build everytime you issue a command severely degrades the innerloop experience. And as for the Powershell Commands, they'll lock up VS until the command has completed.
Include provider and version information
EF Core version: 8.0.1
Database provider: Microsoft.EntityFrameworkCore.SqlServer
Target framework: .NET 8.0
Operating system: Windows 10
IDE: Visual Studio 2022 17.9P1
AlmightyLks and atrauzzi