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" />
<PackageReference Include="Reimaginate.Orchestrator.SourceGenerator" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=Reimaginate.Orchestrator.SourceGenerator&version=1.1.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
WorkflowActionResolversource generator - build-transitive assets that emit workflow action catalogs for host projects
Host project setup
- Add a package reference to
Reimaginate.Orchestrator.SourceGenerator, or referenceReimaginate.Orchestrator.Commonif you want the runtime and generator together. - Declare one or more custom
WorkflowActionResolvertypes in the host project. - 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
PackageReferenceis sufficient when consuming the published package.Reimaginate.Orchestrator.SourceGeneratorbrings inReimaginate.Orchestrator.Abstractionstransitively, so the standalone package includes the resolver and workflow attributes needed by host projects. Reimaginate.Orchestrator.Commonembeds 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.WorkflowActionResolverdo not emit catalogs. - Catalogs are generated for direct project references that contain
*.workflow.yamlor*.workflow.ymlfiles. - In-proc catalog task hosting assumes
.NET SDK 10withMSBuild 18or 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