Exkyn.Core 9.0.0

dotnet add package Exkyn.Core --version 9.0.0
                    
NuGet\Install-Package Exkyn.Core -Version 9.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="Exkyn.Core" Version="9.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Exkyn.Core" Version="9.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Exkyn.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Exkyn.Core --version 9.0.0
                    
#r "nuget: Exkyn.Core, 9.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.
#:package Exkyn.Core@9.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Exkyn.Core&version=9.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Exkyn.Core&version=9.0.0
                    
Install as a Cake Tool

Biblioteca Exkyn Core

Uma biblioteca construída em .NET para uso geral dentro de projetos.

O projeto é dividido em tres áreas

  • Extensions

  • Helpers

  • Clients

Extensions

ConvertExtension

Uma extensão das possibilidades de conversão entre elas um objeto em string ou uma lista em data table.

ExpirationDayExtension

Adiciona dias a data de forma corrida ou levando em consideração os dias uteis.

HourExtension

Permite adicionar a data a hora inicial ou final de um dia.

MoneyExtension

Formata um valor monetário adicionando a moeda desejada.

NoFormattingExtension

Remove caracteres especiais de uma string.

UpperFirstLetterExtension

Deixa a primeira letra em maiúscula

ValidateExtension

Permite validar CPF, CNPJ, PIS e E-mail.

Helpers

DirectoryHelper

Permite criar diretórios e listar os arquivos existente no diretório.

EncryptHelper

Permite criptografar usando o SHA-256 ou o AES. Além de permitir descriptografar o AES.

FileHelper

Cria arquivos e permite escrever neles.

LogHelper

Permite adicionar logs em um arquivo.

Clients

ApiClient

Permite consumir API externas configuradas para o JSON formato de API. Possui métodos GET e POST que retornam o objeto solicitado devidamente preenchido

Instalação

Você pode instalar esse projeto pelo Nuget

  dotnet add package Exkyn.Core --version 8.0.0

Autor

Licença

Esse projeto é oferecido sobre uso da licença MIT. Sendo livre seu uso pessoal ou comercial.

Sendo oferecido sem garantias e de sua total responsabilidade seu uso.

Para maiores detalhes consulte o arquivo de licença.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Exkyn.Core:

Package Downloads
Exkyn.Send

Biblioteca com métodos para envio de mensagens em .NET

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.0 162 5/7/2025
8.5.0 274 3/12/2024
8.0.0 833 11/15/2023
7.0.6 877 9/20/2023
7.0.5 896 9/1/2023
7.0.4 877 9/1/2023
7.0.3 882 9/1/2023
7.0.2 885 8/26/2023
7.0.1 890 8/26/2023
7.0.0 879 8/26/2023