Skip to content

Conversation

@T-Gro
Copy link
Member

@T-Gro T-Gro commented Jul 17, 2023

https://devblogs.microsoft.com/visualstudio/vs-toolbox-accelerate-your-builds-of-sdk-style-net-projects/
https://github.com/dotnet/project-system/blob/main/docs/build-acceleration.md

"Build acceleration is a feature of Visual Studio that reduces the time required to build projects.
...
Visual Studio uses MSBuild to build .NET projects. There is some overhead associated with calling MSBuild to build each project, so Visual Studio uses a "fast up-to-date check" (FUTDC) to avoid calling MSBuild unless needed. This FUTDC can quickly determine if anything has changed in the project that would cause a build to be required."

@T-Gro T-Gro requested a review from a team as a code owner July 17, 2023 12:55
@psfinaki psfinaki merged commit 3eb7fcc into dotnet:main Jul 17, 2023
@T-Gro T-Gro deleted the AccelerateBuildsInVisualStudio branch July 17, 2023 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants