# Nexamas UI Minimal Consumer App

This sample is the smallest repository-owned consumer app for Nexamas UI. It is intentionally outside the SDK assembly and uses public package-facing APIs instead of internal host, proof, or Showcase APIs.

The sample proves these public SDK routes:

- `MASApplication.Create()` and `CreateWindow(...)` for explicit application/window ownership.
- `MASApplicationWindow.Controls` for adding public controls.
- `MASApplicationWindow.Controls.LayoutPage(...)` for page layout.
- `MASApplication.Output` for the Output product facade: capability catalog, visual capture, and explicit unsupported PDF behavior.

It deliberately does **not** import Chart, Report, Render Verification runtime internals, certification internals, or Output runtime foundations.

## Build

Build from the repository root after restoring packages:

```powershell
msbuild .\samples\MinimalConsumerApp\MinimalConsumerApp.vbproj /t:Restore,Build /p:Configuration=Release /p:Platform=x64
```

## Related docs

- `README.md`
- `docs/developer/quickstart-copy-paste.md`
- `docs/examples/application-window-quickstart.md`
- `docs/developer/consumer-do-and-dont.md`
