DistributedLock.Core 1.0.9

DistributedLock is a .NET library that provides robust and easy-to-use distributed mutexes, reader-writer locks, and semaphores based on a variety of underlying technologies.

With DistributedLock, synchronizing access to a region of code across multiple applications/machines is as simple as:

await using (await myDistributedLock.AcquireAsync())
{
	// I hold the lock here
}

Read the documentation here.

Showing the top 20 packages that depend on DistributedLock.Core.

Packages Downloads
Volo.Abp.DistributedLocking
Package Description
24
Volo.Abp.DistributedLocking
Package Description
22
Volo.Abp.DistributedLocking
Package Description
21
Volo.Abp.DistributedLocking
Package Description
20
Volo.Abp.DistributedLocking
Package Description
19
Volo.Abp.DistributedLocking
Package Description
18

.NET Framework 4.6.2

.NET 8.0

  • No dependencies.

.NET Standard 2.0

.NET Standard 2.1

  • No dependencies.

Version Downloads Last updated
1.0.9 10 1/21/2026
1.0.8 16 12/11/2025
1.0.7 16 12/12/2025
1.0.6 17 12/11/2025
1.0.6-alpha01 11 12/12/2025
1.0.5 16 12/12/2025
1.0.5-alpha001 14 12/12/2025
1.0.4 20 12/11/2025
1.0.4-beta001 18 12/12/2025
1.0.3 19 12/12/2025
1.0.3-rc01 17 12/12/2025
1.0.2 16 12/12/2025
1.0.1 16 12/12/2025
1.0.0 17 12/12/2025
1.0.0-alpha02 15 12/12/2025
1.0.0-alpha01 15 12/11/2025