RetroSharp.Parser 0.0.505

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

Package Description

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

Showing the top 5 NuGet packages that depend on RetroSharp.Parser:

Package Downloads
RetroSharp.SemanticAnalysis

Package Description

RetroSharp.GameBoy

Package Description

RetroSharp.Sdk.Frontend

Package Description

RetroSharp.NES

Package Description

RetroSharp

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.506 0 8/24/2026
0.0.505 0 8/24/2026
0.0.504 0 8/24/2026
0.0.503 0 8/24/2026
0.0.502 0 8/24/2026
0.0.501 0 8/24/2026
0.0.500 34 8/23/2026
0.0.499 49 8/23/2026
0.0.498 44 8/23/2026
0.0.497 37 8/23/2026
0.0.496 40 8/23/2026
0.0.495 48 8/23/2026
0.0.494 50 8/23/2026
0.0.493 54 8/23/2026
0.0.492 52 8/23/2026
0.0.491 51 8/22/2026
0.0.490 49 8/22/2026
0.0.489 51 8/22/2026
0.0.488 50 8/22/2026
0.0.487 54 8/21/2026
Loading failed

# Changelog 0.0.505

## Changes (initial history)

- Make Snow Bros firing tests behavior-focused (#686) (`b428b6e`)
- Snow Bros Jr: animate two-frame firing pose (#685) (`dcad86c`)
- FMSC-4: certify frame-local composition (#684) (`7b3856a`)
- FMSC-3: integrate Snow Bros Jr firing presentation (#683) (`89837e7`)
- FMSC-2: deliver frame-local PNG composition on NES (#682) (`68eebf0`)
- docs: remove agent workflow clutter (#681) (`f584890`)
- FMSC-1: deliver frame-local PNG composition on Game Boy (#680) (`69ab70d`)
- docs: link frame-local sprite subissues (#679) (`2a68446`)
- docs: add frame-local sprite composition roadmap (#674) (`f4bb146`)
- feat: bank target video resources efficiently (#672) (`f04f6d8`)
- fix: keep Snow Bros enemies in world coordinates (#671) (`931efa8`)
- fix: stabilize Nick invulnerability blink (#670) (`59efa6d`)
- GB-668: Fix banked Game Boy column streaming (#669) (`65774d8`)
- Snow Bros Jr: derive NES stage from portable tilesheet (#667) (`3222426`)
- Snow Bros Jr: integrate authored stage and repair GB banking (#666) (`63fdb3b`)
- feat: add Game Boy runtime ABI parity (#665) (`0ebbafc`)
- Fix GB program-bank restoration for aggregate map reads (#664) (`7f0e99a`)
- Fix i8 signedness through helper substitution (#662) (`0d0e459`)
- Fix NES oversized hot-frame banking (#659) (#661) (`ccba238`)
- Fix Game Boy structural jumps across program banks (#660) (`b7f956d`)
- feat: add Snow Bros Jr music assets (`f9a00a9`)
- Snow Bros Jr: migrate enemies to Actor Framework (#657) (`5374323`)
- fix: validate actor scanline budgets individually (#654) (`c559c67`)
- fix: stabilize actor fixed-pool lowering (#652) (`4259058`)
- fix: restore Snow Bros Jr two-enemy gameplay (#651) (`a244078`)
- fix: restore Snow Bros Jr snowball presentations (#650) (`a82ecf3`)
- NES: lower long compound boolean branches safely (#649) (`cea6422`)
- AF-642: Scale Snow Bros Jr to four enemies (#648) (`fa37ab6`)
- AF-641: add four-slot fixed collection canary (#646) (`43789f1`)
- AF-644: Publish custom fixed-slot lifecycle through Place/Despawn (#645) (`7f7a32e`)
- Language: support indexed aggregate ref arguments (#643) (`58c0a6b`)
- feat: polish Snow Bros Jr combat interactions (#638) (`8425b78`)
- feat: animate Snow Bros Jr sprites (#636) (`bf3048c`)
- feat: add crescent snow shot to Snow Bros Jr (#635) (`2725e18`)
- feat: add cross-target Snow Bros Jr sample (#634) (`2980680`)
- World activation C5: Add portable multi-stage canary (#633) (`f97b366`)
- World activation C3: Add bounded NES adapter (#632) (`b838c48`)
- World activation C2: Add bounded Game Boy adapter (#631) (`7db6b94`)
- World activation: bind actor state to world handles (#630) (`3683b0d`)
- World activation: add shared lifecycle tracer (#629) (`5d2d81d`)
- Frontend: preserve declarations across reconstruction (#612) (#628) (`ef96be0`)
- Language: honor inline as a hard NES promise (#621) (#627) (`304e3b6`)
- Language: enforce ref for caller-visible aggregate mutation (#626) (`5daced9`)
- Language: migrate aggregate mutation to explicit ref (#606) (`4e219a5`)
- Language: define the inline codegen promise (#623) (`2328c6e`)
- Language: add explicit ref aggregate mutation (#622) (`1d8e0f9`)
- Language: declare actor pools and enemy definitions (#620) (`fc1d739`)
- Language: type remaining runner resources (#619) (`283500e`)
- Fix Push Box clear fanfare playback on NES and Game Boy (#618) (`8a06588`)
- Track Push Box ROMs and play clear fanfare once (#616) (`d02af1e`)