WACS.ComponentModel.Harness.Lib
0.27.1
See the version list below for details.
dotnet add package WACS.ComponentModel.Harness.Lib --version 0.27.1
NuGet\Install-Package WACS.ComponentModel.Harness.Lib -Version 0.27.1
<PackageReference Include="WACS.ComponentModel.Harness.Lib" Version="0.27.1" />
<PackageVersion Include="WACS.ComponentModel.Harness.Lib" Version="0.27.1" />
<PackageReference Include="WACS.ComponentModel.Harness.Lib" />
paket add WACS.ComponentModel.Harness.Lib --version 0.27.1
#r "nuget: WACS.ComponentModel.Harness.Lib, 0.27.1"
#:package WACS.ComponentModel.Harness.Lib@0.27.1
#addin nuget:?package=WACS.ComponentModel.Harness.Lib&version=0.27.1
#tool nuget:?package=WACS.ComponentModel.Harness.Lib&version=0.27.1
Build-time IL emitter for typed WIT harnesses. Takes a WIT contract (either as a directory of `.wit` files or a pre-parsed CtPackage set) and emits a .NET assembly containing the typed harness class with `LoadFrom(byte[])` + per-export typed methods. Two ergonomic surfaces over one emit core: `EmitToFile` / `EmitToStream` for persisted .dll output (the `wacs harness gen` flow) and `EmitInMemory` for immediate consumption (the `wacs run --wit-dir` flow). Targets net9.0 to use PersistedAssemblyBuilder for the AOT-clean save+load round-trip.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. 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. |
-
net9.0
- WACS (>= 0.16.14)
- WACS.ComponentModel (>= 0.10.3)
- WACS.ComponentModel.Harness.Runtime (>= 0.7.4)
- WACS.ComponentModel.Parser (>= 0.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.