Skip to content

Feature/update actions - #24

Merged
afonsoft merged 3 commits into
mainfrom
feature/update-actions
Feb 18, 2026
Merged

Feature/update actions#24
afonsoft merged 3 commits into
mainfrom
feature/update-actions

Conversation

@afonsoft

Copy link
Copy Markdown
Owner

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

New Feature Submissions:

  1. Does your submission pass tests?
  2. Have you lint your code locally prior to submission?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully ran tests with your changes locally?

fix: Enhanced SkiaSharp dependencies for .NET 10.0
- Add IsSkiaSharpAvailable() helper method to detect SkiaSharp availability
- Modify QRCodeRendererTests to gracefully skip tests when SkiaSharp fails to load
- Prevent DllNotFoundException crashes in CI environments
- Allow CI to complete successfully while preserving test coverage locally
- Fix test host crashes caused by missing libSkiaSharp in .NET 10.0 CI
- Add explicit native library copying for Linux (.so), macOS (.dylib), and Windows (.dll)
- Configure CopyLocalLockFileAssemblies for CI environments
- Ensure SkiaSharp native assets are available in output directories
- Fix DllNotFoundException issues in cross-platform deployments
- Support all target frameworks: netstandard2.1, net8.0, net10.0, net48
- Maintain compatibility with existing SkiaSharp.NativeAssets packages
@afonsoft
afonsoft merged commit d94c4c6 into main Feb 18, 2026
9 of 13 checks passed
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant