MVFC.Pack.Testing 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MVFC.Pack.Testing --version 2.0.0
                    
NuGet\Install-Package MVFC.Pack.Testing -Version 2.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="MVFC.Pack.Testing" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MVFC.Pack.Testing" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MVFC.Pack.Testing" />
                    
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.Testing --version 2.0.0
                    
#r "nuget: MVFC.Pack.Testing, 2.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 MVFC.Pack.Testing@2.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=MVFC.Pack.Testing&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MVFC.Pack.Testing&version=2.0.0
                    
Install as a Cake Tool

MVFC.Pack.Testing

Sobre

O MVFC.Pack.Testing é um pacote (metapackage) focado em unificar as ferramentas essenciais para a escrita de testes automatizados unitários e de integração no ecossistema .NET 10.


Instalação (NuGet)

Você pode instalar o pacote diretamente via CLI no seu projeto de testes:

dotnet add package MVFC.Pack.Testing

Como Usar

Sendo um metapackage, ao instalá-lo no seu projeto de testes, todas as bibliotecas e frameworks necessários ficam imediatamente disponíveis. Ferramentas de testes (xUnit, FluentAssertions, NSubstitute, Bogus, Testcontainers) estarão prontas para ser importadas usando using Namespace; tranquilamente.


Pacotes Inclusos e Versões

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

Pacote Versão
xunit.v3 3.2.2
xunit.v3.extensibility.core 3.2.2
xunit.runner.visualstudio 3.1.5
Microsoft.NET.Test.Sdk 18.0.1
FluentAssertions 7.0.0
NSubstitute 5.3.0
Microsoft.AspNetCore.Mvc.Testing 10.0.3
Bogus 35.6.5
Testcontainers 4.10.0

Motivação

Agilizar a escrita de testes desde o primeiro momento. Ele já monta um ecossistema com suporte à terceira versão do xUnit, o framework líder de mocks NSubstitute, dados fictícios realistas com Bogus, validações expressivas em inglês com FluentAssertions e provisionamento de infraestrutura descartável com Testcontainers.


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
4.0.1 250 6/26/2026
4.0.0 313 4/8/2026
3.0.3 316 3/20/2026
2.0.1 338 2/23/2026
2.0.0 341 2/23/2026
1.0.3 340 2/23/2026