Flunt.Br 1.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Flunt.Br --version 1.1.2
NuGet\Install-Package Flunt.Br -Version 1.1.2
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="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flunt.Br --version 1.1.2
#r "nuget: Flunt.Br, 1.1.2"
#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=1.1.2

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

Flunt.Br

Build status NuGet

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")
    .IsPhone(company.phone, "Phone", "Invalid phone")
    .IsCellPhone(person.cellphone, "Phone", "Invalid cellphone")
    .IsCep(company.Cep, "Cep", "Invalid Cep")

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")
    .IsPhone(empresa.telefone, "Telefone", "Telefone inválido")
    .IsCellPhone(pessoa.telefone, "Telefone", "Telefone inválido")
    .IsCep(company.Cep, "Cep", "Cep 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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net46 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 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.

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,612 7/5/2021
1.4.1 56,751 2/11/2021
1.4.0 90,278 10/8/2020
1.3.1 28,769 3/28/2020
1.3.0 7,343 11/26/2019
1.2.0 2,521 9/22/2019
1.1.3 4,048 5/23/2019
1.1.2 26,190 8/8/2018
1.1.1 2,695 2/20/2018
1.0.0 1,577 11/8/2017