Back to Skiasharp

Version 3.119.5

documentation/docfx/releases/3.119.5-unreleased.md

4.148.02.0 KB
Original Source
<!-- RAW PR DATA — Do not remove this comment block. AI uses this data to generate the polished release notes below. Re-run the script to refresh this data from git history. Generated: 2026-06-11T21:46:51Z by generate-release-notes.py version: 3.119.5 status: unreleased branch: release/3.119.x diff: release/3.119.4..release/3.119.x prs: 5 - Fix x86 .NET Framework threading test OOM failures by @mattleibow in https://github.com/mono/SkiaSharp/pull/4105 (30 commits, 13 days) - Fix WinUI Projection DLL not found for .NET 9 consumers by @mattleibow in https://github.com/mono/SkiaSharp/pull/4086 (29 commits, 12 days) - [docs] Update API diff for v3.119.4 by @github-actions[bot] in https://github.com/mono/SkiaSharp/pull/4041 [community ✨] (26 commits, 10 days) - [release/3.119.x] Fix CI failures: ANGLE, WASM 2.0.6, Tizen SDK, Alpine by @mattleibow in https://github.com/mono/SkiaSharp/pull/4045 (27 commits, 10 days) - Bump to the next version (3.119.5) after release by @mattleibow in https://github.com/mono/SkiaSharp/pull/4043 (26 commits, 10 days) --> <!-- Generated: 2026-06-11T22:00:00Z by claude-sonnet-4.6 -->

Version 3.119.5

Upcoming release · In development · Not yet available on NuGet

Highlights

This is a small servicing update for the 3.119.x line. The main user-facing fix resolves a runtime DllNotFoundException that .NET 9 consumers hit when using the WinUI view, plus several CI and test stability improvements.

Breaking Changes

None in this release.

Bug Fixes

  • WinUI Projection DLL not found on .NET 9 — Fixes a DllNotFoundException thrown at runtime when the WinUI SKXamlCanvas or related types are used by a .NET 9 application; the native projection DLL is now correctly located. (#4086)

Plus several CI and test improvements (ANGLE, WASM 2.0.6, Tizen SDK, Alpine pipeline fixes, and an x86 .NET Framework threading-test OOM fix).