dotnet/msbuild

Detect and log dev drive at the start of build

Open

#12.108 aperta il 3 lug 2025

Vedi su GitHub
 (0 commenti) (1 reazione) (1 assegnatario)C# (1364 fork)batch import
Good First Issue

Metriche repository

Star
 (5062 star)
Metriche merge PR
 (Merge medio 6g 6h) (144 PR mergiate in 30 g)

Descrizione

Summary

dev drive has big impact on local build time for larger projects, due to file io speed improvement. Information whether customers used it during a build is useful for investigations.

Background and Motivation

e.g. recently we looked at a project that took 10mins of copy operations and when moved to a dev drive it took ~2

Proposed Feature

Probably can be implemented in the same way as https://github.com/dotnet/msbuild/issues/10151

Alternative Designs

No response

Guida contributor