IbanNet.DataAnnotations 5.8.0

.NET 6.0 .NET Standard 1.6 .NET Framework 4.6.2
dotnet add package IbanNet.DataAnnotations --version 5.8.0
NuGet\Install-Package IbanNet.DataAnnotations -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.DataAnnotations" Version="5.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IbanNet.DataAnnotations --version 5.8.0
#r "nuget: IbanNet.DataAnnotations, 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.DataAnnotations as a Cake Addin
#addin nuget:?package=IbanNet.DataAnnotations&version=5.8.0

// Install IbanNet.DataAnnotations as a Cake Tool
#tool nuget:?package=IbanNet.DataAnnotations&version=5.8.0

IbanNet.DataAnnotations provides an attribute allowing validation of IBAN user input with ASP.NET (Core) and Microsoft Data Annotations.

Example

public class InputModel
{
    [Iban]
    [Required]
    public string BackAccountNumber { get; set; }
}

[ApiController]
public class MyController : ControllerBase
{
    [HttpPost]
    public ActionResult Save(InputModel model)
    {
        if (ModelState.IsValid)
        {
            // ..
        }
    }
}

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 netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 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.

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,301 2/2/2023
5.7.2 1,221 1/1/2023
5.7.1 3,714 11/4/2022
5.7.0 1,330 10/9/2022
5.6.2 1,258 10/2/2022
5.6.1 1,499 7/22/2022
5.6.0 2,403 7/9/2022
5.5.1 599 6/23/2022
5.5.0 2,772 5/12/2022
5.4.0 6,619 12/31/2021
5.3.2 1,008 12/18/2021
5.3.1 3,280 11/14/2021
5.3.0 278 11/13/2021
5.2.0 252 11/10/2021
5.1.0 2,501 9/27/2021
5.0.0 1,061 8/21/2021
5.0.0-beta0015 174 8/21/2021
5.0.0-beta0001 195 6/17/2021
4.4.3 2,789 8/21/2021
4.4.2 3,687 6/17/2021
4.4.1 317 6/13/2021
4.4.0 297 6/12/2021
4.3.1 935 6/5/2021
4.3.0 8,733 11/27/2020
4.2.0 654 11/7/2020
4.1.0 2,179 8/8/2020
4.0.1 1,710 5/12/2020
4.0.0 1,001 2/8/2020
4.0.0-beta0241 365 2/8/2020
4.0.0-beta0227 345 2/8/2020
4.0.0-beta0223 374 2/8/2020
4.0.0-beta0222 389 2/8/2020
4.0.0-beta0204 434 2/6/2020
4.0.0-beta0190 404 1/14/2020
4.0.0-beta0187 299 1/13/2020
4.0.0-beta0186 345 1/13/2020
4.0.0-beta0183 400 1/13/2020
4.0.0-beta0178 4,348 12/30/2019
4.0.0-beta0177 361 12/29/2019
4.0.0-beta0172 407 12/29/2019
3.2.2 405 5/12/2020
3.2.1 1,491 1/14/2020
3.2.0 758 11/23/2019
3.1.2 585 10/25/2019
3.1.1 930 7/25/2019
3.1.0 741 5/10/2019
3.0.0 759 2/14/2019
2.1.0 836 9/18/2018