MVFC.Pack.Domain 2.0.1

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

MVFC.Pack.Domain

Sobre

O MVFC.Pack.Domain é um pacote (metapackage) para padronizar e acelerar o desenvolvimento de camadas de domínio em aplicações .NET 10. Ele centraliza as ferramentas essenciais para modelagem de domínio, comunicação entre camadas e validação de dados.


Instalação (NuGet)

Você pode instalar o pacote diretamente via CLI:

dotnet add package MVFC.Pack.Domain

Como Usar

Sendo um metapackage, ao instalá-lo no seu projeto, todas as bibliotecas subjacentes ficam disponíveis para uso imediato em seu código, sem a necessidade de referenciá-las individualmente no .csproj. As dependências (Mediator, Refit, FluentValidation, FluentResults) estarão prontas para serem importadas usando using Namespace;.


Pacotes Inclusos e Versões

Abaixo estão as bibliotecas inclusas neste pacote, bem como suas respectivas versões.

Pacote Versão
MediatR 12.5.0
Refit 10.0.1
Refit.HttpClientFactory 10.0.1
FluentResults 4.0.0
FluentValidation 12.1.1

Motivação

Padronizar a camada de domínio com abstrações do MediatR (CQRS), clientes HTTP declarativos (Refit), tratamento de erros sem exceções (FluentResults) e validação fluente de objetos (FluentValidation). Com este pacote, você já começa com uma base sólida e testável para qualquer microsserviço.


Licença

Este projeto é licenciado sob a licença Apache License 2.0. Consulte o arquivo LICENSE para obter mais detalhes.

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
2.0.1 76 2/23/2026
2.0.0 79 2/23/2026