Skip to content

Fix concurrency issue in the referencePackageSourceGenerator#359

Merged
MichaelSimons merged 2 commits intodotnet:mainfrom
MichaelSimons:tooling-fix
Mar 16, 2022
Merged

Fix concurrency issue in the referencePackageSourceGenerator#359
MichaelSimons merged 2 commits intodotnet:mainfrom
MichaelSimons:tooling-fix

Conversation

@MichaelSimons
Copy link
Copy Markdown
Member

The logic that replaces the assembly attributes placeholder in GenerateProjects was running before GenerateSource completed. This causes the generated source to be incorrect.

This was encountered with #357.

Copy link
Copy Markdown
Member

@lbussell lbussell left a comment

Choose a reason for hiding this comment

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

Thanks for diagnosing this. I've hit this before too but didn't know what to investigate/thought it was user error.

@MichaelSimons MichaelSimons merged commit 84a829e into dotnet:main Mar 16, 2022
@MichaelSimons MichaelSimons deleted the tooling-fix branch March 16, 2022 13:25
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.

3 participants