dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.69k stars 3.17k forks source link

Perf: Tools #12049

Open bricelam opened 6 years ago

bricelam commented 6 years ago

The automatic build performed by the tools seems to have gotten slower. We should review it to make sure we're not doing anything to cause unnecessary rebuilds and look for other possible optimizations.

bricelam commented 6 years ago

At the very least, we should promote the Build started... message from verbose to informational.

bricelam commented 5 years ago

See also https://github.com/aspnet/EntityFrameworkCore/issues/10216#issuecomment-341753492

bricelam commented 5 years ago

WIP branch: bricelam:respond