Skip to content

Disallow resetting initial thread apartment state - #72332

Merged
jkotas merged 1 commit into
dotnet:mainfrom
jkotas:issue-72232
Jul 17, 2022
Merged

Disallow resetting initial thread apartment state#72332
jkotas merged 1 commit into
dotnet:mainfrom
jkotas:issue-72232

Conversation

@jkotas

Copy link
Copy Markdown
Member

Fixes#72232

ThreadAbortRequested = 128,
};

enum

Copy link
Copy Markdown
MemberAuthor

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
Copy Markdown
MemberAuthor

/azp run runtime-extra-platforms

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@MichalStrehovskyMichalStrehovsky left a comment

Copy link
Copy Markdown
Member

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 freeto 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

@jkotas@MichalStrehovsky