RetroSharp.Core
0.0.69
dotnet add package RetroSharp.Core --version 0.0.69
NuGet\Install-Package RetroSharp.Core -Version 0.0.69
<PackageReference Include="RetroSharp.Core" Version="0.0.69" />
<PackageVersion Include="RetroSharp.Core" Version="0.0.69" />
<PackageReference Include="RetroSharp.Core" />
paket add RetroSharp.Core --version 0.0.69
#r "nuget: RetroSharp.Core, 0.0.69"
#:package RetroSharp.Core@0.0.69
#addin nuget:?package=RetroSharp.Core&version=0.0.69
#tool nuget:?package=RetroSharp.Core&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
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on RetroSharp.Core:
| Package | Downloads |
|---|---|
|
RetroSharp.Parser
Package Description |
|
|
RetroSharp.SemanticAnalysis
Package Description |
|
|
RetroSharp.Parser.Model
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.