Reimaginate.Orchestrator.SourceGenerator 1.1.10

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

Reimaginate.Orchestrator.SourceGenerator

Orchestrator is Reimaginate's opinionated YAML workflow and durability layer built on the Microsoft Agent Framework Workflows runtime.

This package provides:

  • the WorkflowActionResolver source generator
  • build-transitive assets that emit workflow action catalogs for host projects

Host project setup

  1. Add a package reference to Reimaginate.Orchestrator.SourceGenerator, or reference Reimaginate.Orchestrator.Common if you want the runtime and generator together.
  2. Declare one or more custom WorkflowActionResolver types in the host project.
  3. Build the host project.

Catalog generation runs automatically during normal builds. To disable it for a consumer project, set:

<PropertyGroup>
  <OrchestratorEmitWorkflowActionCatalog>false</OrchestratorEmitWorkflowActionCatalog>
</PropertyGroup>

After a successful build, the package writes a workflow action catalog to:

<repo-root>/.orchestrator/workflow-actions/<HostAssembly>.json

If the package cannot infer a repository or solution root, it falls back to:

<project>/obj/orchestrator/workflow-actions/<HostAssembly>.json

Notes

  • A normal PackageReference is sufficient when consuming the published package. Reimaginate.Orchestrator.SourceGenerator brings in Reimaginate.Orchestrator.Abstractions transitively, so the standalone package includes the resolver and workflow attributes needed by host projects.
  • Reimaginate.Orchestrator.Common embeds these build assets transitively for the standard custom-host setup.
  • Catalogs are emitted only for hosts that declare at least one custom WorkflowActionResolver.
  • Hosts that rely only on the default Reimaginate.Orchestrator.Common.WorkflowActionResolver do not emit catalogs.
  • Catalogs are generated for direct project references that contain *.workflow.yaml or *.workflow.yml files.
  • In-proc catalog task hosting assumes .NET SDK 10 with MSBuild 18 or newer, including Visual Studio 2026 / VS 18+.
  • Transient catalog file-lock contention is reported as a build warning so the main compilation can still succeed.
  • The VS Code workflow add-in reads these catalogs to provide dynamic call: completions.
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

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
1.1.10 99 9/8/2026
1.1.9 91 9/8/2026
1.1.8 96 9/7/2026
1.1.7 105 9/7/2026
1.1.6 97 9/7/2026
1.1.5 430 7/30/2026
1.1.4 101 7/30/2026
1.1.3-rc.6 64 7/29/2026
1.1.3-rc.5 71 7/29/2026
1.1.3-rc.4 77 7/28/2026
1.1.3-rc.3 70 7/28/2026
1.1.3-rc.2 73 7/28/2026
1.1.3-rc.1 68 7/28/2026
1.1.2 145 7/23/2026
1.1.1 116 7/20/2026
1.1.1-rc.81 79 7/8/2026
1.1.1-rc.80 79 7/8/2026
1.1.1-rc.79 117 7/4/2026
1.1.1-rc.78 76 7/3/2026
1.1.1-rc.77 69 7/3/2026
Loading failed