FS.GG.UI.Build 0.5.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package FS.GG.UI.Build --version 0.5.0
                    
NuGet\Install-Package FS.GG.UI.Build -Version 0.5.0
                    
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="FS.GG.UI.Build" Version="0.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FS.GG.UI.Build" Version="0.5.0" />
                    
Directory.Packages.props
<PackageReference Include="FS.GG.UI.Build" />
                    
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 FS.GG.UI.Build --version 0.5.0
                    
#r "nuget: FS.GG.UI.Build, 0.5.0"
                    
#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 FS.GG.UI.Build@0.5.0
                    
#: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=FS.GG.UI.Build&version=0.5.0
                    
Install as a Cake Addin
#tool nuget:?package=FS.GG.UI.Build&version=0.5.0
                    
Install as a Cake Tool

FS.GG.UI.Build

The in-process governance engine for generated FS.GG.UI products. It provides the EvidenceGraph and EvidenceAudit gates that a scaffolded product's build.fsx Verify target binds by reflection (FS.GG.UI.Build.Evidence.GeneratedRunner.run target dir).

  • EvidenceGraph senses the product's readiness/** surface and writes a synthesized readiness/evidence-graph.md.
  • EvidenceAudit judges the sensed graph against the readiness token contract (docs/evidence-formats.md) and writes readiness/evidence-audit.md carrying a verdict token.

The engine is dependency-minimal (FSharp.Core only), runs entirely in-process (no external process), and is packed in lock-step with every other FS.GG.UI.* package from the single $(FsGgUiVersion) version pin. See specs/202-fix-build-fsx-engine/ for the contract and design.

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

Showing the top 1 NuGet packages that depend on FS.GG.UI.Build:

Package Downloads
FS.GG.UI

Optional BOM / metapackage for the FS.GG.UI framework. Reference this single package at one version to pin the entire coherent FS.GG.UI.* set to that version; any attempt to mix a member at a different version fails loudly at restore/build. Ships no assembly — dependencies only.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.18.0 0 7/22/2026
0.15.0 121 7/20/2026
0.14.0 107 7/19/2026
0.13.0 126 7/18/2026
0.12.0 233 7/17/2026
0.11.0 241 7/16/2026
0.10.0 267 7/14/2026
0.9.2 289 7/13/2026
0.9.0 386 7/11/2026
0.8.0 203 7/11/2026
0.7.0 177 7/11/2026
0.6.0 145 7/10/2026
0.5.0 200 7/10/2026
0.4.0 269 7/9/2026
0.4.0-preview.1 59 7/9/2026
0.3.0-preview.1 61 7/7/2026
0.2.0-preview.1 59 7/6/2026
0.1.64-preview.1 54 7/5/2026
0.1.63-preview.1 57 7/4/2026
0.1.62-preview.1 54 7/4/2026
Loading failed