Soenneker.Utils.Libphonenumber
4.0.220
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.220
NuGet\Install-Package Soenneker.Utils.Libphonenumber -Version 4.0.220
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.220" />
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.220" />
<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.220
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Utils.Libphonenumber, 4.0.220"
#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.220
#: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.220
#tool nuget:?package=Soenneker.Utils.Libphonenumber&version=4.0.220
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.826)
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
Parses, validates, and formats phone numbers as E.164 |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.225 | 60 | 8/31/2026 |
| 4.0.224 | 72 | 8/31/2026 |
| 4.0.223 | 47 | 8/31/2026 |
| 4.0.222 | 73 | 8/30/2026 |
| 4.0.221 | 60 | 8/30/2026 |
| 4.0.220 | 70 | 8/30/2026 |
| 4.0.219 | 56 | 8/30/2026 |
| 4.0.218 | 107 | 8/30/2026 |
| 4.0.217 | 90 | 8/29/2026 |
| 4.0.216 | 68 | 8/29/2026 |
| 4.0.215 | 74 | 8/29/2026 |
| 4.0.214 | 114 | 8/29/2026 |
| 4.0.213 | 159 | 8/26/2026 |
| 4.0.212 | 408 | 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 | 182 | 8/3/2026 |
| 4.0.207 | 191 | 7/29/2026 |
| 4.0.206 | 178 | 7/28/2026 |
Loading failed
Update dependency Soenneker.Utils.AsyncSingleton to 4.0.826 (#769)