Indigina.UnitTesting 1.2.2

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

This NuGet package contains Unit Testing helpers

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Indigina.UnitTesting:

Package Downloads
Indigina.UnitTesting.AspNet

Indigina Unit Test helpers for AspNet

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.2 2,197 3/14/2024
1.2.1 196 3/1/2024
1.2.0 196 2/27/2024
1.1.21 1,241 12/12/2023
1.1.20 117 12/12/2023
1.1.19 325 11/15/2023
1.1.18 157 11/15/2023
1.1.17 549 9/15/2023
1.1.16 341 8/7/2023
1.1.15 459 4/14/2023
1.1.14 622 3/8/2023
1.1.13 1,190 9/28/2022
1.1.12 517 9/22/2022
1.1.11 518 9/16/2022
1.1.10 526 8/26/2022
1.1.9 422 8/26/2022
1.1.8 852 7/11/2022
1.1.7 547 7/6/2022
1.1.6 540 7/1/2022
1.1.5 692 5/27/2022
1.1.4 662 5/13/2022
1.1.3 843 3/7/2022
1.1.2 744 2/24/2022
1.1.1 674 2/18/2022
1.1.0 654 2/18/2022
1.0.33 648 2/10/2022
1.0.32-pre 265 2/4/2022
1.0.29-pre 307 1/19/2022
1.0.26-pre 497 10/5/2021
1.0.23-pre 575 7/14/2021
1.0.19-pre 334 7/13/2021
1.0.16-pre 402 7/12/2021
1.0.12-pre 319 7/12/2021
1.0.9-pre 363 7/1/2021
1.0.6 861 5/18/2021
1.0.5-pre 772 3/10/2021
1.0.2-pre 429 3/2/2021

Update TestMapper to use Indigina.IMapper