Soenneker.Asyncs.Initializers
4.0.67
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Asyncs.Initializers --version 4.0.67
NuGet\Install-Package Soenneker.Asyncs.Initializers -Version 4.0.67
<PackageReference Include="Soenneker.Asyncs.Initializers" Version="4.0.67" />
<PackageVersion Include="Soenneker.Asyncs.Initializers" Version="4.0.67" />
<PackageReference Include="Soenneker.Asyncs.Initializers" />
paket add Soenneker.Asyncs.Initializers --version 4.0.67
#r "nuget: Soenneker.Asyncs.Initializers, 4.0.67"
#:package Soenneker.Asyncs.Initializers@4.0.67
#addin nuget:?package=Soenneker.Asyncs.Initializers&version=4.0.67
#tool nuget:?package=Soenneker.Asyncs.Initializers&version=4.0.67
Soenneker.Asyncs.Initializers
A lightweight, async-safe, allocation-free one-time initialization gate. Ensures a given asynchronous initialization routine runs exactly once, even under concurrent callers, with support for cancellation, safe publication, and disposal.
Installation
dotnet add package Soenneker.Asyncs.Initializers
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Soenneker.Asyncs.Locks (>= 4.0.58)
- Soenneker.Atomics.ValueBools (>= 4.0.32)
- Soenneker.Extensions.ValueTask (>= 4.0.117)
NuGet packages (26)
Showing the top 5 NuGet packages that depend on Soenneker.Asyncs.Initializers:
| Package | Downloads |
|---|---|
|
Soenneker.Blazor.TomSelect
A Blazor interop library for the select user control library, Tom Select |
|
|
Soenneker.Blazor.FilePond
A Blazor interop library for the file upload library FilePond |
|
|
Soenneker.TestHosts.Unit
A lightweight host for dependency-driven unit tests. |
|
|
Soenneker.Blazor.Clarity
A small Blazor interop library that sets up Microsoft Clarity |
|
|
Soenneker.Blazor.Masonry
A lightweight, responsive Blazor component for Masonry (the cascading grid layout library) — perfect for image grids, cards, and dynamic content. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.92 | 24,275 | 9/7/2026 |
| 4.0.91 | 44,018 | 9/4/2026 |
| 4.0.90 | 3,831 | 9/4/2026 |
| 4.0.89 | 5,058 | 9/3/2026 |
| 4.0.88 | 18,437 | 8/31/2026 |
| 4.0.87 | 8,844 | 8/30/2026 |
| 4.0.86 | 377 | 8/30/2026 |
| 4.0.85 | 1,066 | 8/30/2026 |
| 4.0.84 | 1,231 | 8/30/2026 |
| 4.0.83 | 100 | 8/30/2026 |
| 4.0.82 | 468 | 8/29/2026 |
| 4.0.81 | 199 | 8/29/2026 |
| 4.0.80 | 88 | 8/29/2026 |
| 4.0.79 | 88 | 8/29/2026 |
| 4.0.78 | 116,068 | 8/8/2026 |
| 4.0.77 | 10,129 | 8/8/2026 |
| 4.0.76 | 41,563 | 7/29/2026 |
| 4.0.75 | 499 | 7/28/2026 |
| 4.0.74 | 410 | 7/28/2026 |
| 4.0.67 | 8,634 | 7/16/2026 |
Update dependency Soenneker.Asyncs.Locks to 4.0.58 (#80)
Automatically merged