Open
Description
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