Skip to content

Port FxCop rule CA2232: MarkWindowsFormsEntryPointsWithStaThread #545

@ghost

Description

Title: Mark Windows Forms entry points with STAThread

Description:

STAThreadAttribute indicates that the COM threading model for the application is a single-threaded apartment. This attribute must be present on the entry point of any application that uses Windows Forms; if it is omitted, the Windows components might not work correctly.

Dependency: None

Notes:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Approved-RuleIndicates if the new proposed rule has been approved to move to implementation phaseArea-ExternalFxCop-Porthelp wantedThe issue is up-for-grabs, and can be claimed by commenting

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions