Reimaginate.Orchestrator.Common 1.1.1-rc.34

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

Reimaginate.Orchestrator.Common

Core Orchestrator runtime services for custom workflow hosts.

This package is the primary consumer entry point for custom hosts. It provides the runtime services and carries the workflow action source generator transitively, so a host only needs to:

  1. Reference Reimaginate.Orchestrator.Common.
  2. Declare a partial WorkflowActionResolver.
  3. Call AddOrchestratorServices(...) with that resolver type.

See Config/README.md for composition examples.

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

Showing the top 3 NuGet packages that depend on Reimaginate.Orchestrator.Common:

Package Downloads
Reimaginate.Orchestrator.CommandLine

Reusable command-line commands and hosting extensions for Orchestrator workflow hosts.

Reimaginate.Orchestrator.AzureStorage

Azure Blob Storage-backed checkpoint, workflow definition, and workflow instance persistence for Orchestrator.

Reimaginate.Orchestrator.DataHub

DataHub-backed workflow definition, checkpoint, and instance integration for Orchestrator.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.1-rc.34 0 4/23/2026
1.1.1-rc.33 0 4/23/2026
1.1.1-rc.32 9 4/22/2026
1.1.1-rc.31 31 4/22/2026
1.1.1-rc.30 23 4/22/2026
1.1.1-rc.29 36 4/22/2026
1.1.1-rc.28 49 4/21/2026
1.1.1-rc.27 39 4/21/2026
1.1.1-rc.26 46 4/21/2026
1.1.1-rc.25 43 4/20/2026
1.1.1-rc.24 42 4/20/2026
1.1.1-rc.23 51 4/20/2026
1.1.1-rc.22 42 4/20/2026
1.1.1-rc.21 53 4/16/2026
1.1.1-rc.20 51 4/15/2026
1.1.1-rc.19 68 4/14/2026
1.1.1-rc.18 48 4/7/2026
1.1.1-rc.17 47 4/7/2026
1.1.1-rc.16 47 4/7/2026
1.1.1-rc.15 67 4/5/2026
Loading failed