I've got wierd situation, When Im trying to update db Model by using
"dotnet ef dbcontext scaffold Microsoft.EntityFrameworkCore.SqlServer --force"
I'm gettin an error "Build failed. Use dotnet build to see the errors."
BUT when i rebuild solution
Rebuild succeeded.
Any idea what is happing? I hadn't problems with that before