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
Is your feature request related to a problem? Please describe.
We should have some docs that describe dependencies (implicit or explicit) that the SDK/CLI tooling has on projects it interacts with. This may include things like:
what MSBuild targets the various CLI commands map to
info about RunCommand/RunArguments/LaunchProfiles and how they interact with dotnet run/dotnet watch
the DefaultProjectTypeGuid MSBuild property and how it interacts with dotnet sln add
So that other teams looking to seamlessly work with the CLI have a set of guidelines they can target to light up various functionality.