The repository includes several sample applications for validating different integration paths.
| Sample | Purpose |
|---|---|
samples/Showcase |
Desktop-first feature coverage and quick manual validation |
samples/DialogPlayground |
Interactive sandbox for trying different options and result flows |
samples/CrossPlatformSample |
Desktop, Android, iOS, and browser packaging example |
dotnet build samples/AvaloniaSamples.sln
./samples/run-showcase.sh
./samples/run-playground.sh
On Windows, use the corresponding PowerShell scripts instead.
dotnet publish samples/CrossPlatformSample/NativeMessageBox.CrossPlatformSample.Browser -c Release
If you want the native browser runtime package regenerated first, run ./build/scripts/package-wasm.sh before publishing.