dotnet / dotnet/msbuild

[Bug]: wpftmp directory remains on disk and not cleaned up

Open
#9,293 2 comments 0 reactions 0 assignees View on GitHub
bug regression triaged
Dominant language
C#
Stars
5.5k
Forks
1.5k
Avg merge
1d 13h
Merged PRs (30d)
133

Description

### Issue Description

I noticed that with MSBuild 17.7.2 the wpftmp directory remains on disk after building WPF projects, and isn't cleaned up.

These don't go away:

![image](https://github.com/dotnet/msbuild/assets/679326/690ab709-a026-4819-ac74-7faa92bcc204)

Feels like a regression from 17.6?? I think?

### Steps to Reproduce

Repro:
```
git clone https://github.com/KirillOsenkov/MSBuildStructuredLog
msbuild /r /m /bl MSBuildStructuredLog.sln
```

### Expected Behavior

wpftmp directories should get deleted after build

### Actual Behavior

not deleted

### Analysis

_No response_

### Versions & Configurations

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.