ViceSharp.Protocol 1.0.5

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

ViceSharp.Protocol

The gRPC/protobuf wire contract between ViceSharp UI shells and the ViceSharp.Hosting emulator host.

What it is

ViceSharp is a C#/.NET 10 port of the VICE Commodore 64 emulator. This package defines the versioned vice_sharp.v1 gRPC surface (the emulator_host.proto contract, compiled for both client and server) plus the hand-written POCO request/response records that UI code binds to. The services cover the full host surface: EmulatorHost (lifecycle and stepping), InputService, VideoService, MediaService, SettingsService, MonitorService, SnapshotService, CaptureService, and DiagnosticsService. It carries contracts only: no emulation logic, no Commodore ROMs, and no host implementation.

Install

dotnet add package ViceSharp.Protocol

Notes

This package is the transport boundary described by TR-MVVM-001: UI shells talk to ViceSharp.Hosting exclusively through these versioned gRPC services and never mutate core devices directly. Reference ViceSharp.Hosting for the server-side implementation. The package depends on Google.Protobuf, Grpc.Core.Api, and Grpc.Tools.

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

Showing the top 1 NuGet packages that depend on ViceSharp.Protocol:

Package Downloads
ViceSharp.Host

ViceSharp - C# port of VICE (Versatile Commodore Emulator)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 109 7/11/2026
1.0.5 112 7/10/2026
1.0.4 100 7/10/2026
1.0.2 98 7/8/2026
1.0.1 122 7/8/2026
0.9.0 109 7/2/2026