dotnet/msbuild

Detect and log dev drive at the start of build

开放

#12,108 创建于 2025年7月3日

 (0 条评论) (1 个反应) (1 位负责人)C# (1,364 个派生)batch import
Good First Issue

仓库指标

星标
 (5,062 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南