RetroSharp 0.0.69
dotnet add package RetroSharp --version 0.0.69
NuGet\Install-Package RetroSharp -Version 0.0.69
<PackageReference Include="RetroSharp" Version="0.0.69" />
<PackageVersion Include="RetroSharp" Version="0.0.69" />
<PackageReference Include="RetroSharp" />
paket add RetroSharp --version 0.0.69
#r "nuget: RetroSharp, 0.0.69"
#:package RetroSharp@0.0.69
#addin nuget:?package=RetroSharp&version=0.0.69
#tool nuget:?package=RetroSharp&version=0.0.69
Package Description
| Product | Versions 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. |
-
net8.0
- CSharpFunctionalExtensions (>= 2.41.0)
- RetroSharp.Parser (>= 0.0.69)
- Zafiro.Core (>= 3.2.36)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RetroSharp:
| Package | Downloads |
|---|---|
|
RetroSharp.Z80
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
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.