Soenneker.Utils.Libphonenumber
4.0.216
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Soenneker.Utils.Libphonenumber --version 4.0.216
NuGet\Install-Package Soenneker.Utils.Libphonenumber -Version 4.0.216
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.Utils.Libphonenumber" Version="4.0.216" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Utils.Libphonenumber" Version="4.0.216" />
<PackageReference Include="Soenneker.Utils.Libphonenumber" />
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.Utils.Libphonenumber --version 4.0.216
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Utils.Libphonenumber, 4.0.216"
#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.Utils.Libphonenumber@4.0.216
#: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.Utils.Libphonenumber&version=4.0.216
#tool nuget:?package=Soenneker.Utils.Libphonenumber&version=4.0.216
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Utils.Libphonenumber
An async thread-safe singleton for a libphonenumber-csharp instance.
Installation
dotnet add package Soenneker.Utils.Libphonenumber
Quick start
using Soenneker.Utils.Libphonenumber.Registrars;
services.AddLibphonenumberUtilAsSingleton();
Then inject ILibphonenumberUtil wherever you need it.
Common operations
Get()- Gets the value.Dispose()- Releases resources used by the current instance.DisposeAsync()- Asynchronously releases resources owned by the phone-number utility; await it when the utility's lifetime ends.
| 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
- libphonenumber-csharp (>= 9.0.38)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.11)
- Soenneker.Utils.AsyncSingleton (>= 4.0.820)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Soenneker.Utils.Libphonenumber:
| Package | Downloads |
|---|---|
|
Soenneker.Validators.Phone.Possible
A validation module checking if a given phone number is possible |
|
|
Soenneker.Utils.Test.PhoneNumber
Generates a random valid 10-digit phone number |
|
|
Soenneker.Phone.Util
A utility library for phone related operations |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.218 | 0 | 8/30/2026 |
| 4.0.217 | 0 | 8/29/2026 |
| 4.0.216 | 0 | 8/29/2026 |
| 4.0.215 | 0 | 8/29/2026 |
| 4.0.214 | 48 | 8/29/2026 |
| 4.0.213 | 145 | 8/26/2026 |
| 4.0.212 | 399 | 8/14/2026 |
| 4.0.211 | 174 | 8/11/2026 |
| 4.0.210 | 155 | 8/9/2026 |
| 4.0.209 | 155 | 8/8/2026 |
| 4.0.208 | 181 | 8/3/2026 |
| 4.0.207 | 191 | 7/29/2026 |
| 4.0.206 | 178 | 7/28/2026 |
| 4.0.205 | 119 | 7/28/2026 |
| 4.0.204 | 125 | 7/28/2026 |
| 4.0.203 | 131 | 7/28/2026 |
| 4.0.202 | 135 | 7/27/2026 |
| 4.0.201 | 345 | 7/19/2026 |
| 4.0.200 | 168 | 7/18/2026 |
| 4.0.199 | 168 | 7/17/2026 |
Loading failed
Improve XML documentation