IbanNet
IbanNet copied to clipboard
C# .NET IBAN validator, parser, builder and generator
Bumps [Microsoft.TestPlatform.ObjectModel](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.1. Release notes Sourced from Microsoft.TestPlatform.ObjectModel's releases. v17.3.1 See the release notes here. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here....
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.1. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.1 See the release notes here. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here....
Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 11.1.0 to 11.2.1. Release notes Sourced from FluentValidation's releases. 11.2.1 Release notes Please read the upgrade guide if you are moving from 10.x to 11.x Note that...
Bumps [Moq](https://github.com/moq/moq4) from 4.18.1 to 4.18.2. Changelog Sourced from Moq's changelog. 4.18.2 (2022-08-02) Changed Update package reference to Castle.Core (DynamicProxy) from version 5.0.0 to 5.1.0 (@stakx, #1275) Removed dependency on...
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2. Commits f110e5b v2.4.2 848d94d Update dependencies 42307e8 Fixes #2556: Xunit.Sdk.MultipleException Empty 7eba502 Port test changes from 1dd43ce684cc6d50bf726042173956e6bda2fa3b 211aa27 Make sure we use msbuild.exe (from...
Bumps [IBAN4Net](https://github.com/sinkien/IBAN4Net) from 2.0.5 to 2.0.6. Commits fc95db4 Readme update ec890dd Formatting and encoding fixes b07b6ef Merge fixes 4cf6431 Fixed experimental countries 7d36881 Dsidirop/tasks/iban 00019 add support for exotic countries...
**Is your feature request related to a problem? Please describe.** Currently, parsing, type conversion and JSON conversion all rely on `IIbanParser` which in turn relies on `IIbanValidator` which in turn...
Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 11.5.1 to 11.7.0. Release notes Sourced from FluentValidation's releases. 11.7.0 Release notes Please read the upgrade guide if you are moving from 10.x to 11.x Note that...
Hello! Are there any plans for adding support for Swedish branch id when using the IbanBuilder? Here's some related documentation on the clearing number, that might help (unfortunately in Swedish):...
**Describe the bug** iban `NL13TEST0123456789` is validated as valid but actually is not - I think it might fit the rulesets but... -- **To Reproduce** ``` // See https://aka.ms/new-console-template for...