Add hash calculator sample app - #3
Merged
Marc-André Moreau (mamoreau-devolutions) merged 1 commit intoSep 9, 2026
Merged
Conversation
Adds a sibling apps/hash-calculator consumer that streams MD5, SHA-1, SHA-256, SHA-512 and BLAKE3 checksums from Rust, with compare-against- digest, copy report, and a compiled Avalonia UI. ## What changed - Scaffold the external consumer (IR, AXAML, worker-thread hashing) - Default SHA-256 sample file; Open files picker and algorithm toggles - Defer per-row Remove so the file list is not rebuilt while the command is still running - Windows STA UI Automation smoke for sample SHA-256, MD5 toggle, and compare ## Verification - cargo test --locked in apps/hash-calculator (9 tests) - Windows portable NativeAOT bundle build - powershell.exe -NoProfile -STA test-bundle.ps1
Marc-André Moreau (mamoreau-devolutions)
deleted the
copilot/hash-calculator-app
branch
September 9, 2026 17:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a sibling
apps/hash-calculatorconsumer that streams MD5, SHA-1, SHA-256, SHA-512 and BLAKE3 checksums from Rust, with compare-against-digest, copy report, and a compiled Avalonia UI.What changed
Grid.Rowassignments so chrome and file cards do not overlapVerification
cargo test --lockedinapps/hash-calculator(9 tests)rust/build-app.ps1powershell.exe -NoProfile -STA -ExecutionPolicy Bypass -File ./apps/hash-calculator/tests/test-bundle.ps1