You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Skip SkiaSharp-dependent tests when native libraries unavailable
- 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
0 commit comments