dotnet / dotnet/msbuild

What are the specific differences between dotnet build and Visual Studio 2022 build?

Open
#10,963 1 comment 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.