Flunt.Br 2.0.0

dotnet add package Flunt.Br --version 2.0.0
NuGet\Install-Package Flunt.Br -Version 2.0.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="Flunt.Br" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flunt.Br --version 2.0.0
#r "nuget: Flunt.Br, 2.0.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 Flunt.Br as a Cake Addin
#addin nuget:?package=Flunt.Br&version=2.0.0

// Install Flunt.Br as a Cake Tool
#tool nuget:?package=Flunt.Br&version=2.0.0

Flunt.Br

About

Flunt.Br is a lib with a set of extensions for Flunt to validate Brazilian attributes, like cpf, cnpj, cep and phone

Sobre

Flunt.Br é uma biblioteca com um conjunto de extensões para o Flunt para validar atributos Brasileiros, como cpf, cnpj, cep e telefone.

Instalation / Instalação

This package is available through Nuget Packages / Esse pacote está disponível através de um pacote nuget: https://www.nuget.org/packages/Flunt.Br

Nuget

Install-Package Flunt.Br

.NET CLI

dotnet add package Flunt.Br

Usage

This lib enables in your validation contracts this methods:

var contratct = new Contract()
    .IsCpf(person.document, "Document", "Invalid document")
    .IsCnpj(company.document, "Document", "Invalid document")
    .IsCnpjOrCPF(empresa.documento, "Documento", "Documento inválido")
    .IsPhone(company.phone, "Phone", "Invalid phone")
    .IsCellPhone(person.cellphone, "Phone", "Invalid cellphone")
    .IsNewFormatCellPhone(person.cellphone, "Phone", "Invalid cellphone")
    .IsCep(company.Cep, "Cep", "Invalid Cep")
    .IsVoterDocument(person.VoterDocument, "VoterDocument", "Invalid Voter Document");

Como Usar

Essa biblioteca possibilita esses métodos em seus Validation Contracts:

var contratct = new Contract()
    .IsCpf(pessoa.documento, "Documento", "Documento inválido")
    .IsCnpj(empresa.documento, "Documento", "Documento inválido")
    .IsCnpjOrCPF(empresa.documento, "Documento", "Documento inválido")
    .IsPhone(empresa.telefone, "Telefone", "Telefone inválido")
    .IsCellPhone(pessoa.telefone, "Telefone", "Telefone inválido")
    .IsNewFormatCellPhone(pessoa.telefone, "Telefone", "Telefone inválido")
    .IsCep(company.Cep, "Cep", "Cep Inválido")
    .IsVoterDocument(person.VoterDocument, "TituloDoEleitor", "Título do Eleitor inválido");

Contributors

The logo was made by Chrysthowam Santos, Thanks!

Contribuidores

A logo foi feita por Chrysthowam Santos, Obrigado!

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Flunt.Br:

Package Downloads
FluentvalidationBR.Extensions

Extra built-in validations for Fluentvalidation.

CoreTestPack

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 76,609 7/5/2021
1.4.1 56,744 2/11/2021
1.4.0 90,264 10/8/2020
1.3.1 28,769 3/28/2020
1.3.0 7,340 11/26/2019
1.2.0 2,521 9/22/2019
1.1.3 4,048 5/23/2019
1.1.2 26,189 8/8/2018
1.1.1 2,695 2/20/2018
1.0.0 1,577 11/8/2017