Skip to content

ConcurrentWrites with atomic file writes on .Net5 platform #4244

@snakefoot

Description

@snakefoot

.Net5 will automatically use the NetStandard2-dependency, so ConcurrentWrites will depend on global mutex (And the global mutex can only be used between applications using the same service-account).

Could be nice if support for atomic-file-appending could be enabled for the .Net5-platform. And the global-mutex could be used across service-accounts just like on .NetFramework.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions