Skip to content

Expose package icon URLs#34

Merged
Gabriel Dufresne (GabrielDuf) merged 1 commit into
masterfrom
mamoreau-devolutions/icon-urls
Jun 2, 2026
Merged

Expose package icon URLs#34
Gabriel Dufresne (GabrielDuf) merged 1 commit into
masterfrom
mamoreau-devolutions/icon-urls

Conversation

@mamoreau-devolutions

Copy link
Copy Markdown
Contributor

Summary

  • Add package icon models and best-icon selection in both .NET and Rust
  • Parse WinGet manifest Icons[*] metadata from YAML and REST sources
  • Expose IconUrl, Icon, and Icons in structured show output / serializable manifests

Validation

  • cargo +nightly fmt --manifest-path rust\Cargo.toml --all
  • dotnet format dotnet\Devolutions.Pinget.slnx
  • dotnet build dotnet\Devolutions.Pinget.slnx -c Release
  • dotnet test dotnet\src\Devolutions.Pinget.Core.Tests\Devolutions.Pinget.Core.Tests.csproj -c Release
  • pwsh -NoLogo -NoProfile -File (Resolve-Path 'dotnet\tests\RunTests.ps1')
  • cargo clippy -q --manifest-path rust\Cargo.toml --workspace --tests -- -D warnings
  • cargo test -p pinget-core --manifest-path rust\Cargo.toml
  • cargo test -p pinget-cli --manifest-path rust\Cargo.toml
  • cargo build -p pinget-cli --manifest-path rust\Cargo.toml

Add manifest icon models, parsing, selection, and structured output fields for both .NET and Rust implementations.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@GabrielDuf Gabriel Dufresne (GabrielDuf) merged commit 170d59c into master Jun 2, 2026
13 checks passed
@GabrielDuf Gabriel Dufresne (GabrielDuf) deleted the mamoreau-devolutions/icon-urls branch June 2, 2026 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants