IbanNet.DependencyInjection.ServiceProvider
5.6.1
.NET 6.0
.NET Standard 2.0
Install-Package IbanNet.DependencyInjection.ServiceProvider -Version 5.6.1
dotnet add package IbanNet.DependencyInjection.ServiceProvider --version 5.6.1
<PackageReference Include="IbanNet.DependencyInjection.ServiceProvider" Version="5.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IbanNet.DependencyInjection.ServiceProvider --version 5.6.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IbanNet.DependencyInjection.ServiceProvider, 5.6.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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.6.1
// Install IbanNet.DependencyInjection.ServiceProvider as a Cake Tool
#tool nuget:?package=IbanNet.DependencyInjection.ServiceProvider&version=5.6.1
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
IIbanGenerator
IIbanParser
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 |
.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 |
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.6.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.0)
- Microsoft.Extensions.Options (>= 2.1.0)
-
.NETStandard 2.1
- IbanNet (>= 5.6.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.0)
- Microsoft.Extensions.Options (>= 3.1.0)
-
net6.0
- IbanNet (>= 5.6.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Options (>= 6.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.6.1 | 631 | 7/22/2022 |
5.6.0 | 532 | 7/9/2022 |
5.5.1 | 579 | 6/23/2022 |
5.5.0 | 2,136 | 5/12/2022 |
5.4.0 | 12,066 | 12/31/2021 |
5.3.2 | 746 | 12/18/2021 |
5.3.1 | 4,039 | 11/14/2021 |
5.3.0 | 198 | 11/13/2021 |
5.2.0 | 178 | 11/10/2021 |
5.1.0 | 3,745 | 9/27/2021 |
5.0.0 | 603 | 8/21/2021 |
5.0.0-beta0015 | 133 | 8/21/2021 |
5.0.0-beta0001 | 269 | 6/17/2021 |
4.4.3 | 3,749 | 8/21/2021 |
4.4.2 | 5,057 | 6/17/2021 |
4.4.1 | 3,272 | 6/13/2021 |
4.4.0 | 204 | 6/12/2021 |
4.3.1 | 2,225 | 6/5/2021 |
4.3.0 | 12,619 | 11/27/2020 |
4.2.0 | 2,057 | 11/7/2020 |
4.1.0 | 4,536 | 8/8/2020 |
4.0.1 | 5,358 | 5/12/2020 |
4.0.0 | 1,461 | 2/8/2020 |
4.0.0-beta0241 | 327 | 2/8/2020 |
1.0.0-beta0007 | 264 | 2/8/2020 |
1.0.0-beta0006 | 333 | 2/8/2020 |
1.0.0-beta0002 | 271 | 1/14/2020 |
1.0.0-beta0001 | 241 | 1/14/2020 |