Skip to content

Conversation

rainersigwald
Copy link
Member

Fixes #7229 by ensuring that MSBuild's processing of a .txt resource holds only the minimal lock: open for read and allowing other processes to read while it's open.

Fixes dotnet#7229 by ensuring that MSBuild's processing of a `.txt` resource holds only the minimal lock: open for read and allowing other processes to read while it's open.
@rainersigwald rainersigwald added this to the VS 17.1 milestone Jan 7, 2022
Copy link
Contributor

@Forgind Forgind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change looks good, but is this 17.1-worthy? It isn't a major source of customer pain, as far as I know.

@rainersigwald rainersigwald changed the base branch from vs17.1 to main January 7, 2022 17:40
@rainersigwald rainersigwald modified the milestones: VS 17.1, VS 17.2 Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Race condition on text resources processed in multiple project instances

3 participants