Reimaginate.Test.Framework 1.3.0-rc.2

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

Reimaginate Test Framework

Shared testing utilities for Reimaginate .NET services. The package set provides a core scenario framework plus optional test agents for Azure Cosmos and snapshot testing.

Packages

  • Reimaginate.Test.Framework contains the base scenario, session, diagnostics, test agent, and helper APIs used by Reimaginate test suites.
  • Reimaginate.Test.Framework.Agents.AzureCosmos adds Azure Cosmos focused test-agent support using Reimaginate DataServices Cosmos abstractions.
  • Reimaginate.Test.Framework.Agents.SnapshotTesting adds Verify and xUnit based snapshot testing support for scenario outputs.

Release

Packages are released together with one SemVer version.

.\tools\release-packages.ps1 -Version 1.2.2 -Pack

To publish from a local machine, provide a NuGet API key:

.\tools\release-packages.ps1 -Version 1.2.2 -Pack -Push -ApiKey $env:NUGET_API_KEY

GitHub Actions manual runs validate and upload package artifacts without publishing. Publishing is performed by pushing a tag named release-<SemVer>, such as release-1.2.2 or release-1.2.2-rc.1.

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

Showing the top 4 NuGet packages that depend on Reimaginate.Test.Framework:

Package Downloads
Reimaginate.DataHub.TestFramework

Testing helpers, fixtures, and assertions for exercising DataHub runtime and client integrations.

Reimaginate.Test.Framework.AzureCosmosAgent

Package Description

Reimaginate.Test.Framework.Agents.SnapshotTesting

Snapshot testing agent and JSON converters for Reimaginate test scenarios built on Verify and xUnit.

Reimaginate.Test.Framework.Agents.AzureCosmos

Azure Cosmos test agent support for Reimaginate test scenarios using Reimaginate DataServices Cosmos abstractions.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.0-rc.2 1,028 5/28/2026
1.3.0-rc.1 242 5/19/2026
1.2.1 400 7/17/2025
1.2.0 475 5/21/2025
1.1.10 640 1/10/2025
1.1.10-RC.2 122 1/7/2025
1.1.10-RC.1 104 1/7/2025
1.1.9 274 1/5/2025
1.1.8 265 1/1/2025
1.1.7 265 1/1/2025
1.1.6 272 1/1/2025
1.1.5 265 1/1/2025
1.1.4 928 3/24/2024
1.1.3 355 3/22/2024
1.1.2 358 3/22/2024
1.1.1 326 3/21/2024
1.1.0 527 3/12/2024
1.0.0-preview.23 256 12/23/2023
1.0.0-preview.22 152 12/23/2023
1.0.0-preview.21 229 10/31/2023
Loading failed