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

Disallow resetting initial thread apartment state #72332

Merged
merged 1 commit into from
Jul 17, 2022

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented Jul 17, 2022

Fixes #72232

@@ -52,13 +52,6 @@ friend class ThreadBaseObject;
ThreadAbortRequested = 128,
};

enum
Copy link
Member Author

Choose a reason for hiding this comment

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

This enum was redundant. I have deleted it and the remapping code for enum values.

@jkotas
Copy link
Member Author

jkotas commented Jul 17, 2022

/azp run runtime-extra-platforms

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@MichalStrehovsky MichalStrehovsky left a comment

Choose a reason for hiding this comment

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

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ApartmentStateTest_ChangeBeforeThreadStarted failing
2 participants