dotnet/msbuild

Detect and log dev drive at the start of build

Open

#12.108 geöffnet am 3. Juli 2025

Auf GitHub ansehen
 (0 Kommentare) (1 Reaktion) (1 zugewiesene Person)C# (1.364 Forks)batch import
Good First Issue

Repository-Metriken

Stars
 (5.062 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11T 7h) (125 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide