ViceSharp.AdhocHelper 1.1.0

dotnet add package ViceSharp.AdhocHelper --version 1.1.0
                    
NuGet\Install-Package ViceSharp.AdhocHelper -Version 1.1.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="ViceSharp.AdhocHelper" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ViceSharp.AdhocHelper" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="ViceSharp.AdhocHelper" />
                    
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 ViceSharp.AdhocHelper --version 1.1.0
                    
#r "nuget: ViceSharp.AdhocHelper, 1.1.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 ViceSharp.AdhocHelper@1.1.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=ViceSharp.AdhocHelper&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=ViceSharp.AdhocHelper&version=1.1.0
                    
Install as a Cake Tool

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 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 82 7/11/2026
1.0.5 83 7/10/2026
1.0.4 91 7/10/2026
1.0.2 111 7/8/2026
1.0.1 93 7/8/2026
0.9.0 97 7/2/2026