JotaSystem.Sdk.Core 1.0.85

dotnet add package JotaSystem.Sdk.Core --version 1.0.85
                    
NuGet\Install-Package JotaSystem.Sdk.Core -Version 1.0.85
                    
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="JotaSystem.Sdk.Core" Version="1.0.85" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JotaSystem.Sdk.Core" Version="1.0.85" />
                    
Directory.Packages.props
<PackageReference Include="JotaSystem.Sdk.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 JotaSystem.Sdk.Core --version 1.0.85
                    
#r "nuget: JotaSystem.Sdk.Core, 1.0.85"
                    
#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 JotaSystem.Sdk.Core@1.0.85
                    
#: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=JotaSystem.Sdk.Core&version=1.0.85
                    
Install as a Cake Addin
#tool nuget:?package=JotaSystem.Sdk.Core&version=1.0.85
                    
Install as a Cake Tool

JotaSystem.Sdk.Core

Biblioteca central da Jota System com contratos, estruturas base e componentes arquiteturais para aplicações .NET.

Descrição

O JotaSystem.Sdk.Core organiza os elementos centrais usados na construção de APIs e serviços da empresa.

Hoje o pacote contém:

  • Domain com entidades base, suporte a AggregateRoot, soft delete, multitenancy, ValueObject e Domain Events.
  • Application com contratos de command, query, use case, validação, filtros dinâmicos, paginação e resultados padronizados.
  • Infrastructure com contratos de repositório, UnitOfWork, transação, mapeamento e specifications.
  • CrossCutting com exceções, contratos de segurança, contexto atual, claims, settings, modelos compartilhados e interfaces de providers.
  • API/Extensions para autenticação, CORS, controllers, OpenAPI, Serilog, pipeline e localização.
  • Utilitários adicionais, como geração de código de barras e QR Code.

Contratos relevantes

Entre os contratos públicos mais importantes hoje estão:

  • ICurrentContext e IClaimsProvider para identidade e contexto autenticado.
  • IAddressProvider, IAiProvider, IEmailProvider e IStorageProvider para abstração de integrações externas.
  • JwtSetting, EmailSetting, PaymentSetting, SmsSetting, StorageSetting, AiSetting e SerilogSetting para configuração de infraestrutura.

Papel na arquitetura

Este SDK funciona como o núcleo arquitetural do conjunto. Ele define contratos e modelos que podem ser implementados por outros pacotes, como providers e aplicações consumidoras.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.

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
1.0.85 0 3/26/2026
1.0.84 0 3/26/2026
1.0.83 0 3/26/2026
1.0.82 28 3/25/2026
1.0.81 32 3/25/2026
1.0.80 79 3/22/2026
1.0.79 72 3/22/2026
1.0.78 78 3/20/2026
1.0.77 80 3/18/2026
1.0.76 86 3/18/2026
1.0.75 90 3/14/2026
1.0.74 97 3/11/2026
1.0.73 85 3/7/2026
1.0.72 82 3/7/2026
1.0.71 99 3/2/2026
1.0.70 91 2/28/2026
1.0.69 109 2/16/2026
1.0.68 93 2/15/2026
1.0.67 87 2/15/2026
1.0.66 96 2/15/2026
Loading failed