You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list of options command.Options.Where(o => o is IForwardedOption) does not include -bl msbuild option, while it does include --property msbuild option:
dotnet watch needs to forward this option to dotnet build instead of forwarding it to the application.