Soenneker.Asyncs.Initializers
4.0.45
Prefix Reserved
dotnet add package Soenneker.Asyncs.Initializers --version 4.0.45
NuGet\Install-Package Soenneker.Asyncs.Initializers -Version 4.0.45
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.45" />
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.45" />
<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.45
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Asyncs.Initializers, 4.0.45"
#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.45
#: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.45
#tool nuget:?package=Soenneker.Asyncs.Initializers&version=4.0.45
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.41)
- Soenneker.Atomics.ValueBools (>= 4.0.23)
- Soenneker.Extensions.ValueTask (>= 4.0.113)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Soenneker.Asyncs.Initializers:
| Package | Downloads |
|---|---|
|
Soenneker.Blazor.Utils.JsVariable
A Blazor interop library that checks (and waits) for the existence of a JS variable |
|
|
Soenneker.Twilio.Client
A thread-safe global initialization utility for the Twilio client |
|
|
Soenneker.Maui.Admob
A cross-platform library for adding Google Admob ads to MAUI applications |
|
|
Soenneker.Playwright.Installation
A utility library for Playwright installation assurance |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.45 | 0 | 3/13/2026 |
| 4.0.44 | 0 | 3/13/2026 |
| 4.0.43 | 38 | 3/13/2026 |
| 4.0.42 | 27 | 3/13/2026 |
| 4.0.41 | 105 | 3/13/2026 |
| 4.0.40 | 45 | 3/12/2026 |
| 4.0.39 | 61 | 3/12/2026 |
| 4.0.38 | 62 | 3/12/2026 |
| 4.0.37 | 80 | 3/12/2026 |
| 4.0.36 | 257 | 3/12/2026 |
| 4.0.35 | 4,174 | 3/11/2026 |
| 4.0.34 | 1,109 | 3/11/2026 |
| 4.0.33 | 97 | 3/11/2026 |
| 4.0.32 | 97 | 3/11/2026 |
| 4.0.31 | 510 | 3/11/2026 |
| 4.0.30 | 705 | 3/10/2026 |
| 4.0.29 | 69 | 3/10/2026 |
| 4.0.28 | 1,019 | 3/10/2026 |
| 4.0.27 | 101 | 3/10/2026 |
| 4.0.26 | 89 | 3/10/2026 |
Loading failed
Update dependency Soenneker.Asyncs.Locks to 4.0.41 (#33)