Maxsys.Core 17.0.0

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

<div align="center"> <img src="logo.png" alt="drawing" width="128" /> <h1>Maxsys Core</h1> </div>

License

Maxsys.Core é uma biblioteca desenvolvida em C# contendo os itens básicos para a criação de aplicações Maxsys.

Esse pacote contém as abstrações e classes base do ecossistema: Entity, IRepository, IService/ModelServiceBase, o resultado de operação OperationResult/OperationResult<T> (com a factory Result), filtragem dinâmica via ColumnFilter, critérios de listagem (ListCriteria, Pagination), ordenação, além de helpers e extensions (geração de Guid sequencial, criptografia, reflexão, etc.).

É a dependência transitiva de todos os demais pacotes Maxsys (Maxsys.Data, Maxsys.Web, Maxsys.Excel, Maxsys.Swagger, Maxsys.Messaging, Maxsys.EventSourcing).

🎯 Target

.NET 10

📦 Nuget

Nuget

    <PackageReference Include="Maxsys.Core" Version="17.0.0" />

🔗 Dependências

FluentValidation.DependencyInjectionExtensions
Microsoft.Extensions.Caching.Memory
Microsoft.Extensions.Configuration.Binder
Microsoft.Extensions.DependencyInjection.Abstractions
Microsoft.Extensions.Hosting.Abstractions
Microsoft.Extensions.Http
Microsoft.Extensions.Logging.Abstractions
Microsoft.Extensions.Options.ConfigurationExtensions

🌟 Features

As principais features do projeto podem ser vistas aqui.

✒️ Autores

@MaxDolabella

Aqui uma menção à Jeremy H. Todd, autor de uma das features usadas nesse projeto (geração de guid sequencial).

🧐 Aprendizagem

Através desse projeto, tenho a oportunidade de por em prática parte do conhecimento adquirido. Obviamente, ainda é limitado, mas a intenção é sempre buscar a melhora.

🗝️ Licença

Este código possui licença MIT e está liberado para uso da maneira que se desejar.

✉️ Feedback

Quaisquer sugestões ou outro contato, escreva-me nesse e-mail.

🆕 Release Notes

Os changelogs do projeto podem ser vistos aqui

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 (10)

Showing the top 5 NuGet packages that depend on Maxsys.Core:

Package Downloads
Maxsys.Core.Data

Biblioteca Maxsys Core para acesso a dados utilizando Entity Framework, Repository Pattern e UnitOfWork Pattern.

Maxsys.Core.Web

Biblioteca Maxsys Core para utilização de recursos Web.

Maxsys.Core.Excel

Biblioteca Maxsys Core para acesso a arquivo Excel.

Maxsys.Excel

Biblioteca Maxsys para leitura/escrita de arquivos Excel via ClosedXML. (.NET 10)

Maxsys.Web

Biblioteca Maxsys para recursos Web (ASP.NET Core): ApiControllerBase, HealthCheck, model binders. (.NET 10)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.0.0 175 8/17/2026
16.0.0 266 10/11/2025
15.1.0 326 6/8/2025
15.0.1 226 2/12/2025
15.0.0 249 2/10/2025
14.1.0 258 1/22/2025
14.0.0 261 1/22/2025
13.0.0 297 1/4/2025
12.0.0 267 9/2/2024
11.0.0 252 7/28/2024
10.1.0 296 3/29/2024
10.0.0 372 2/12/2024
9.0.0 449 8/20/2023
7.3.0 472 5/1/2023
7.2.0 522 3/12/2023
7.1.2 575 2/27/2023
6.2.1 697 8/21/2022
Loading failed