IbanNet.DependencyInjection.ServiceProvider
5.8.0
.NET 6.0
.NET Standard 2.0
dotnet add package IbanNet.DependencyInjection.ServiceProvider --version 5.8.0
NuGet\Install-Package IbanNet.DependencyInjection.ServiceProvider -Version 5.8.0
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="IbanNet.DependencyInjection.ServiceProvider" Version="5.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IbanNet.DependencyInjection.ServiceProvider --version 5.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IbanNet.DependencyInjection.ServiceProvider, 5.8.0"
#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.
// Install IbanNet.DependencyInjection.ServiceProvider as a Cake Addin
#addin nuget:?package=IbanNet.DependencyInjection.ServiceProvider&version=5.8.0
// Install IbanNet.DependencyInjection.ServiceProvider as a Cake Tool
#tool nuget:?package=IbanNet.DependencyInjection.ServiceProvider&version=5.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Microsoft.Extensions.DependencyInjection
integration for IbanNet; IbanNet provides an IBAN validator and parser.
Available services
This library registers the following services:
IIbanValidator
IIbanParser
IIbanRegistry
IIbanGenerator
Example
Add IbanNet services:
services.AddIbanNet();
Or add IbanNet services with configuration:
services
.AddIbanNet(opts => opts
.UseRegistryProvider(new SwiftRegistryProvider())
.WithRule<MyCustomRule>()
);
Other info
Contributions
Please check out the contribution guidelines.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- IbanNet (>= 5.8.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.0)
- Microsoft.Extensions.Options (>= 2.1.0)
-
.NETStandard 2.1
- IbanNet (>= 5.8.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.0)
- Microsoft.Extensions.Options (>= 3.1.0)
-
net6.0
- IbanNet (>= 5.8.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Options (>= 6.0.0)
-
net7.0
- IbanNet (>= 5.8.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Options (>= 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.8.0 | 4,447 | 2/2/2023 |
5.7.2 | 6,164 | 1/1/2023 |
5.7.1 | 6,356 | 11/4/2022 |
5.7.0 | 4,467 | 10/9/2022 |
5.6.2 | 566 | 10/2/2022 |
5.6.1 | 10,278 | 7/22/2022 |
5.6.0 | 2,872 | 7/9/2022 |
5.5.1 | 1,743 | 6/23/2022 |
5.5.0 | 4,369 | 5/12/2022 |
5.4.0 | 22,543 | 12/31/2021 |
5.3.2 | 1,173 | 12/18/2021 |
5.3.1 | 4,906 | 11/14/2021 |
5.3.0 | 281 | 11/13/2021 |
5.2.0 | 257 | 11/10/2021 |
5.1.0 | 4,287 | 9/27/2021 |
5.0.0 | 754 | 8/21/2021 |
5.0.0-beta0015 | 166 | 8/21/2021 |
5.0.0-beta0001 | 298 | 6/17/2021 |
4.4.3 | 5,343 | 8/21/2021 |
4.4.2 | 5,148 | 6/17/2021 |
4.4.1 | 4,433 | 6/13/2021 |
4.4.0 | 288 | 6/12/2021 |
4.3.1 | 3,029 | 6/5/2021 |
4.3.0 | 14,421 | 11/27/2020 |
4.2.0 | 2,372 | 11/7/2020 |
4.1.0 | 4,884 | 8/8/2020 |
4.0.1 | 12,499 | 5/12/2020 |
4.0.0 | 1,562 | 2/8/2020 |
4.0.0-beta0241 | 358 | 2/8/2020 |
1.0.0-beta0007 | 295 | 2/8/2020 |
1.0.0-beta0006 | 358 | 2/8/2020 |
1.0.0-beta0002 | 297 | 1/14/2020 |
1.0.0-beta0001 | 268 | 1/14/2020 |
Release notes are at https://github.com/skwasjer/IbanNet/releases