Improve performance of CLI/SDK/MSBuild as it relates to the developer inner-loop #5876
Closed
9 of 12 tasks
Labels
Epic
Groups multiple user stories. Can be grouped under a theme.
performance
Priority:0
Work that we can't release without
triaged
Milestone
Summary
The .NET CLI, SDK, and MSBuild have a large impact on the inner-loop experience today. New .NET developers are often introduced via the CLI and perform the project creation, build, and launch operations from the command line. The SDK and MSBuild itself are present in all inner-loop scenarios whether it be CLI or IDE based.
Prior investigations have identified potential opportunities to improve performance of CLI interactions which should be further investigated and addressed as appropriate including but not limited to:
ResolveAssemblyReference
We should also explore opportunities for improving the CLI-based inner-loop UX through changes to the core commands involved, including revisiting defaults and potentially introducing new arguments or commands that improve the relevant scenarios, e.g.
dotnet run --watch
.User Stories & Issues
The text was updated successfully, but these errors were encountered: