ViceSharp.AdhocHelper
1.1.0
dotnet add package ViceSharp.AdhocHelper --version 1.1.0
NuGet\Install-Package ViceSharp.AdhocHelper -Version 1.1.0
<PackageReference Include="ViceSharp.AdhocHelper" Version="1.1.0" />
<PackageVersion Include="ViceSharp.AdhocHelper" Version="1.1.0" />
<PackageReference Include="ViceSharp.AdhocHelper" />
paket add ViceSharp.AdhocHelper --version 1.1.0
#r "nuget: ViceSharp.AdhocHelper, 1.1.0"
#:package ViceSharp.AdhocHelper@1.1.0
#addin nuget:?package=ViceSharp.AdhocHelper&version=1.1.0
#tool nuget:?package=ViceSharp.AdhocHelper&version=1.1.0
ViceSharp.AdhocHelper
A small Avalonia desktop utility for authoring, validating, and saving ad-hoc Commodore machine definition YAML for ViceSharp.
What it is
ViceSharp.AdhocHelper is a single-window Avalonia (.NET 10) desktop app. It provides a plain-text YAML editor with Open, Save, Save As, and Validate commands for ad-hoc machine architecture documents (schema v1: a machine section, memory.regions, chips, and optional interruptLines). Validate runs the document through AdhocMachineYamlLoader from ViceSharp.Architectures.Adhoc and reports either an "OK" summary (machine name plus chip and region counts) or the loader's validation error. The editor logic lives in a headless AdhocHelperViewModel, so the Open/Save/Validate behavior can be unit tested without spinning up Avalonia.
Install and run
This is a desktop application, not a library or a global tool, so there is no dotnet add package or dotnet tool install step. Build and run it from the ViceSharp repository:
dotnet run --project src/ViceSharp.AdhocHelper
Requires the .NET 10 SDK. It depends on ViceSharp.Architectures (which supplies the ad-hoc machine loader and validator) and YamlDotNet.
Notes
Ad-hoc machine YAML must set schemaVersion: 1. Supported chip types are Mos6502, Mos6526, Mos6569, and Sid6581; machine.videoStandard is Pal or Ntsc. The helper only edits and validates machine definitions: it does not run an emulated machine, and it ships no Commodore ROMs.
License: GPL-2.0-or-later (derivative of VICE). Part of the ViceSharp project: https://github.com/sharpninja/vice-sharp
| Product | Versions 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. |
-
net10.0
- Avalonia (>= 12.0.5)
- Avalonia.Desktop (>= 12.0.5)
- Avalonia.Fonts.Inter (>= 12.0.5)
- Avalonia.Themes.Fluent (>= 12.0.5)
- ViceSharp.Core (>= 1.1.0)
- YamlDotNet (>= 18.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.