Skip to content

Conversation

@wjk
Copy link
Contributor

@wjk wjk commented Jun 30, 2021

Description

In my experience, MSBuild marked WpfGfx.dll and all of its dependencies for rebuild every time because various <WriteLinesToFile> calls lacked WriteOnlyWhenDifferent=true. This made my inner-loop significantly slower.

Customer Impact

None; this is a build-time fix only.

MSBuild marked WpfGfx.dll and all its dependencies for
rebuild every time because various <WriteLinesToFile>
calls lacked WriteOnlyWhenDifferent=true. This
made built iteration significantly slower.
@wjk wjk requested a review from a team as a code owner June 30, 2021 23:33
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Jun 30, 2021
@ghost ghost requested review from SamBent, fabiant3 and ryalanms June 30, 2021 23:33
@wjk wjk changed the title Fix issue requiring constant rebuilds Fix issue causing constant rebuilds Jun 30, 2021
@ryalanms
Copy link
Member

ryalanms commented Jul 1, 2021

Thanks, @wjk.

@ryalanms ryalanms merged commit 50e6614 into dotnet:main Jul 1, 2021
@wjk wjk deleted the fix-incrementality branch July 1, 2021 21:50
@ghost ghost locked as resolved and limited conversation to collaborators Apr 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

PR metadata: Label to tag PRs, to facilitate with triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants