RetroSharp.Parser.Model 0.0.69

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

Package Description

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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
0.0.69 162 9/14/2025
0.0.68 159 9/14/2025
0.0.67 141 9/12/2025

Align SemanticAnalysis to canonical types and print correct function return types (#26)\n\nChanges\n\- Propagate function return type through semantic model (FunctionNode.ReturnType) and use it in both SemanticSnapshotPrinter and PrintNodeVisitor.\n\- Update SemanticAnalysis samples and verified snapshots to use canonical types: i16 variables and i16 main()/i16 other() headers.\n\- Refresh Verify snapshots (including double-prefixed files) to match canonical output.\n\- Fix Z80 tests to use new FunctionNode constructor signature.\n\nVerification\n\- Full solution tests passing locally: total 76; passed 73; skipped 3; failed 0.