MSBuild Weekly Report — 2026-03-10 #5
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-03-17T11:40:08.324Z.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MSBuild Weekly Activity Report
Period: February 24 - March 10, 2026 (14 days)
Repository: dotnet/msbuild
Section 1: New Unassigned Issues (6 issues)
Analysis
Feature Request Issues:
$(CurrentTopLevelTargetFramework)to capture the top-level consuming project's target framework. This is driven by WCF packaging issues where packages need to detect if they're being consumed by supported runtimes.Bug Issues:
WriteLinesToFile_Tests.TransactionalModePreservesAllData- file already exists error during concurrent test execution.Section 2: Older Issues with Recent Activity (5 issues)
_PublishProfileRootFolderundocumented property, with baronfel suggesting DamianEdwards' planned launch profile extensibility work might provide a solution pattern.Runtime="NET"crashingAfterTargets="Build"in referenced projectsSection 3: Active Pull Requests (Top 15 by Recent Activity)
Key PR Themes:
Node Reuse & Performance (JakeRadMSFT - 7 PRs):
A major initiative to fix macOS/Unix node reuse issues identified in #13334. Multiple PRs address different aspects: handshake timeouts (#13357, #13355), idle timeout reduction (#13356), cross-terminal reuse (#13354), pipe naming optimization (#13337), and system-wide coordination (#13352). One consolidated PR (#13336) was closed, likely superseded by individual focused PRs.
OOP TaskHost Improvements (JanProvaznik - 3 PRs):
Ongoing work on out-of-process task hosting: fixing ToolTask hangs (#13351), RequestCores/ReleaseCores fallback (#13345 - merged), and forwarding BuildProjectFile callbacks (#13350).
Maintenance:
Bugs and Regressions Requiring Investigation
The following issues are categorized as bugs or regressions and should be investigated further:
Critical Priority:
#13334 - Node reuse non-functional on macOS (3 days old)
#12944 - Child node "3" exited prematurely (85 days old)
High Priority:
#13329 - AutoGenerateBindingRedirects doesn't propagate from dependencies (6 days old)
#11784 - AfterTargets="Build" inconsistent behavior in parallel builds (312 days old)
#13221 - Runtime="NET" crashing with MSBuild 18.1.1-preview (31 days old)
Medium Priority:
#12833 - PublishProfileFullPath doesn't support relative paths (106 days old)
#13323 - Flaky test: TransactionalModePreservesAllData (7 days old)
#13307 - Microsoft.NET.Build.Extensions bootstrap assembly issue (11 days old)
Summary Statistics
Key Contributors This Period:
🧪 Investigation Results
Investigation results will be added here as they complete.
Beta Was this translation helpful? Give feedback.
All reactions