The verbose output from dotnet watch in .net 8 is significantly better than the verbose output in .net 10.
The info logged on startup in .net 8 contains some useful info that is now missing.
The same is true for messages when a change is applied. In .net 8 the info in the output is much more helpful.
Below are screenshots for the same app running in .net 8 and .net 10.
.NET 8
.NET 10
