Vouchfx.Engine.Compilation
1.0.0-rc.5
Prefix Reserved
dotnet add package Vouchfx.Engine.Compilation --version 1.0.0-rc.5
NuGet\Install-Package Vouchfx.Engine.Compilation -Version 1.0.0-rc.5
<PackageReference Include="Vouchfx.Engine.Compilation" Version="1.0.0-rc.5" />
<PackageVersion Include="Vouchfx.Engine.Compilation" Version="1.0.0-rc.5" />
<PackageReference Include="Vouchfx.Engine.Compilation" />
paket add Vouchfx.Engine.Compilation --version 1.0.0-rc.5
#r "nuget: Vouchfx.Engine.Compilation, 1.0.0-rc.5"
#:package Vouchfx.Engine.Compilation@1.0.0-rc.5
#addin nuget:?package=Vouchfx.Engine.Compilation&version=1.0.0-rc.5&prerelease
#tool nuget:?package=Vouchfx.Engine.Compilation&version=1.0.0-rc.5&prerelease
Vouchfx.Engine.Compilation
The vouchfx compile-once pipeline: the
JSON Schema DocumentValidator (JsonSchema.Net, composed from every registered provider's
schema fragment), CsxAssembler (splices provider CsxFragments into one script), and
RoslynScriptCompiler — emit once to a MemoryStream, load into a collectible
AssemblyLoadContext, run N times, unload. Never CSharpScript.EvaluateAsync().
You probably don't want this package directly
This package is published only so that
Vouchfx.Sdk.Testing's dependency
graph resolves from NuGet. It is versioned, not frozen — it evolves at the engine's
release cadence, unlike the provider contract.
- Writing a step provider? Reference
Vouchfx.Sdk— the frozen v1 contract. - Testing a step provider? Reference
Vouchfx.Sdk.Testing.
Schema and catalogue export
In-process hosts (MCP, custom runners, documentation pipelines) should treat the running engine as the source of truth for step types and schema:
| Entry point | Purpose |
|---|---|
Schema.EngineExport.ComposeSchemaJson(registry) |
Composed v1 JSON Schema (root + every registered provider fragment) |
Schema.EngineExport.BuildCatalogue(registry, engineVersion?) |
Shape-level catalogue (required/optional fields, capture, family intent) |
Schema.EngineExport.SerializeCatalogue(document) |
Same wire shape as vouchfx list --json |
Both exports cover all registered providers in the supplied registry (not Core-only).
Incomplete metadata fails closed via CatalogueExportException. CLI equivalents:
vouchfx schema and vouchfx list --json.
Learn more
- Documentation: https://vouchfx.io/
- Community provider hub: https://github.com/tomas-rampas/vouchfx-providers
Apache-2.0.
| Product | Versions 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. |
-
net8.0
- JsonSchema.Net (>= 9.2.1)
- Microsoft.CodeAnalysis.CSharp (>= 4.14.0)
- Microsoft.CodeAnalysis.CSharp.Scripting (>= 4.14.0)
- Polly.Core (>= 8.6.6)
- Vouchfx.Engine.Abstractions (>= 1.0.0-rc.5)
- Vouchfx.Sdk (>= 1.0.0-rc.5)
- YamlDotNet (>= 16.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Vouchfx.Engine.Compilation:
| Package | Downloads |
|---|---|
|
Vouchfx.Sdk.Testing
Out-of-repo provider test harness for vouchfx step providers. Drives a single-step .e2e.yaml end to end (schema-validate → parse → AST → bind → validate → emit → compile-once → run-isolated) so a provider author can prove a custom provider works against the published engine. TESTING SURFACE — depends on the versioned-not-frozen engine assemblies; the frozen v1 provider contract is Vouchfx.Sdk. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-rc.5 | 207 | 8/24/2026 |
| 1.0.0-rc.4 | 117 | 8/10/2026 |
| 1.0.0-rc.3 | 132 | 7/30/2026 |
| 1.0.0-rc.1 | 134 | 7/24/2026 |
| 1.0.0-alpha.10 | 113 | 7/21/2026 |
| 1.0.0-alpha.9 | 127 | 7/18/2026 |
| 1.0.0-alpha.8 | 78 | 7/18/2026 |
| 1.0.0-alpha.7 | 166 | 7/13/2026 |
| 1.0.0-alpha.6 | 84 | 7/12/2026 |
| 1.0.0-alpha.5 | 110 | 7/11/2026 |
| 1.0.0-alpha.4 | 104 | 7/10/2026 |