Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the Blazor workaround into WASM #3082

Merged
merged 2 commits into from
Nov 27, 2024
Merged

Move the Blazor workaround into WASM #3082

merged 2 commits into from
Nov 27, 2024

Conversation

mattleibow
Copy link
Contributor

@mattleibow mattleibow commented Nov 26, 2024

Description of Change

The workaround needed for WASM is not really Blazor specific and if the project is not using the Blazor views, the fix will not be applied to the build.

The workaround for dotnet/runtime#109289 was added in #3064, however because a project may not be using the SkiaSharp.Views.Blazor package it will still fail.

Bugs Fixed

API Changes

None.

Behavioral Changes

None.

Required skia PR

None.

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Merged related skia PRs
  • Changes adhere to coding standard
  • Updated documentation

The workaround needed for WASM is not really Blazor specific
and if the project is not using the Blazor views, the fix will not
be applied to the build.
@mattleibow mattleibow merged commit 32fbf8d into main Nov 27, 2024
1 of 2 checks passed
@mattleibow mattleibow deleted the dev/wasm branch November 27, 2024 22:52
github-actions bot pushed a commit that referenced this pull request Nov 27, 2024
The workaround needed for WASM is not really Blazor specific
and if the project is not using the Blazor views, the fix will not
be applied to the build.

(cherry picked from commit 32fbf8d)
mattleibow added a commit that referenced this pull request Nov 27, 2024
The workaround needed for WASM is not really Blazor specific
and if the project is not using the Blazor views, the fix will not
be applied to the build.

(cherry picked from commit 32fbf8d)

Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
1 participant