Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/8.0] ComponentModel threading fixes #107353

Conversation

steveharter
Copy link
Member

@steveharter steveharter commented Sep 4, 2024

Backport of #104407 and #103835 to release/8.0

See also #107354 for the 6.0 port.

Customer Impact

Fixes various threading issues with TypeDescriptor and PropertyDescriptor.

Regression

Yes; a previous servicing fix caused concurrency issues with:

Testing

The 9.0 tests that were added are ported here.

Risk

Low; the fixes have been in 9.0 for several months with no reported regressions.

@steveharter steveharter added this to the 8.0.x milestone Sep 4, 2024
@steveharter steveharter self-assigned this Sep 4, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-componentmodel
See info in area-owners.md if you want to be subscribed.

@steveharter steveharter added the Servicing-consider Issue for next servicing release review label Sep 4, 2024
@artl93
Copy link
Contributor

artl93 commented Sep 4, 2024

@steveharter - I assume this is customer reported from our previous fix? Please add that context to the approval before this goes to tactics.

@rbhanda rbhanda added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 5, 2024
@rbhanda rbhanda modified the milestones: 8.0.x, 8.0.10 Sep 5, 2024
@carlossanlop
Copy link
Member

Friendly reminder that Code Complete for the October Release is September 9. If we want this fix to be included in that release, please merge this PR before that date.

@steveharter steveharter merged commit e2e089c into dotnet:release/8.0-staging Sep 5, 2024
110 of 118 checks passed
@steveharter steveharter deleted the TypeConverterThreading80_Part2 branch September 5, 2024 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants