[samples] Bump Basic Uno sample to Uno.Sdk/6.6.0-dev.208#3821
Merged
Conversation
Contributor
📦 Try the packages from this PRWarning Do not run these scripts without first reviewing the code in this PR. Step 1 — Download the packages bash / macOS / Linux: curl -fsSL https://raw.githubusercontent.com/mono/SkiaSharp/main/scripts/get-skiasharp-pr.sh | bash -s -- 3821PowerShell / Windows: iex "& { $(irm https://raw.githubusercontent.com/mono/SkiaSharp/main/scripts/get-skiasharp-pr.ps1) } 3821"Step 2 — Add the local NuGet source dotnet nuget add source ~/.skiasharp/hives/pr-3821/packages --name skiasharp-pr-3821More options
Or download manually from Azure Pipelines — look for the Remove the source when you're done: dotnet nuget remove source skiasharp-pr-3821 |
Contributor
|
/azp run |
|
No pipelines are associated with this pull request. |
The Basic Uno sample was pinned to Uno.Sdk/6.5.31, which predates SkiaRenderer-on-WebAssembly support and pins an older Uno.Resizetizer (1.13.0-dev.17). That Resizetizer build bundles a SkiaSharp 2.x native (v116.0) for use as a build task, so on Windows all TFMs would crash at build time when the Resizetizer's stale native loaded against this repo's 4.x managed bindings. On net10.0-browserwasm the same SDK was missing the link wiring needed for m147's new C API (sk_pathbuilder_*, sk_colorspace_new_cicp, ~25 others) — wasm-ld reported them as undefined. Bump to 6.6.0-dev.208, matching the Gallery and SkiaFiddle Uno samples (which work). Verified locally that 'dotnet publish -c Release /p:TargetFramework=net10.0-browserwasm' now drives the full wasm-ld step to completion and emits a working publish/ tree with all SkiaSharp wasm assemblies. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ramezgerges
force-pushed
the
dev/fix-basic-sample-uno-sdk
branch
from
May 1, 2026 17:35
8c90f7c to
51a556e
Compare
|
No pipelines are associated with this pull request. |
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.
Bump to 6.6.0-dev.208, matching the Gallery and SkiaFiddle Uno samples (which work).
Description of Change
Bugs Fixed
API Changes
None.
Behavioral Changes
None.
Required skia PR
None.
PR Checklist