Skip to content

Update Mutex usage in .NET 9 when the "user-specific named mutex" feature is added #3797

Open
@daxian-dbw

Description

@daxian-dbw

Prerequisites

  • Write a descriptive title.

Description of the new feature/enhancement

When using Mutex in .NET Core, .NET creates a folder in the temp directory with world write access, which raises potential security concerns. .NET 9 will add a new feature to offer user-specific named mutex, and we will need to switch to that when it's available.

Proposed technical implementation details (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions