What are the specific differences between dotnet build and Visual Studio 2022 build?
Open
Area: Documentation
Priority:2
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
Judging from the build logs, `dotnet build` will start on its own first and recursively compile the project dependencies.
However, `Visual Studio 2022 build` seems to sort out all the dependency relationships first, and finally compile each project only once from the front to the back.
dotnet build log:
Visual Studio 2022 build log:
So how can we get a clear understanding of these differences?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.