Soenneker.Asyncs.Initializers
4.0.63
Prefix Reserved
dotnet add package Soenneker.Asyncs.Initializers --version 4.0.63
NuGet\Install-Package Soenneker.Asyncs.Initializers -Version 4.0.63
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Asyncs.Initializers" Version="4.0.63" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Asyncs.Initializers" Version="4.0.63" />
<PackageReference Include="Soenneker.Asyncs.Initializers" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Asyncs.Initializers --version 4.0.63
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Asyncs.Initializers, 4.0.63"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Asyncs.Initializers@4.0.63
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Asyncs.Initializers&version=4.0.63
#tool nuget:?package=Soenneker.Asyncs.Initializers&version=4.0.63
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Soenneker.Asyncs.Locks (>= 4.0.57)
- Soenneker.Atomics.ValueBools (>= 4.0.31)
- Soenneker.Extensions.ValueTask (>= 4.0.116)
NuGet packages (23)
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.Blazor.Masonry
A lightweight, responsive Blazor component for Masonry (the cascading grid layout library) — perfect for image grids, cards, and dynamic content. |
|
|
Soenneker.Blazor.Turnstile
A Blazor interop library for Cloudflare Turnstile |
|
|
Soenneker.Blazor.DataTables
A Blazor interop library for DataTables |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.63 | 15,196 | 6/20/2026 |
| 4.0.62 | 1,997 | 6/19/2026 |
| 4.0.60 | 109 | 6/19/2026 |
| 4.0.59 | 8,918 | 6/19/2026 |
| 4.0.58 | 764 | 6/19/2026 |
| 4.0.57 | 32,653 | 6/16/2026 |
| 4.0.56 | 61,326 | 6/6/2026 |
| 4.0.55 | 803 | 6/6/2026 |
| 4.0.54 | 565 | 6/6/2026 |
| 4.0.53 | 345 | 6/6/2026 |
| 4.0.52 | 289 | 6/6/2026 |
| 4.0.51 | 5,353 | 6/5/2026 |
| 4.0.50 | 97 | 6/5/2026 |
| 4.0.49 | 127,501 | 4/23/2026 |
| 4.0.48 | 15,425 | 4/22/2026 |
| 4.0.47 | 346 | 4/22/2026 |
| 4.0.45 | 44,730 | 3/13/2026 |
| 4.0.44 | 804 | 3/13/2026 |
| 4.0.43 | 190 | 3/13/2026 |
| 4.0.42 | 114 | 3/13/2026 |
Loading failed
Update dependency Soenneker.Asyncs.Locks to 4.0.57 (#71)
Automatically merged