reactiveui / splat

Makes things cross-platform
MIT License
967 stars 142 forks source link

WPF, .net 8.0 and Splat latest version: IBitmap.ToNative, FromNative, SplatColor.ToNativeBrush and SplatColor.FromNativeColor not found by compiler. #1068

Closed kgday closed 8 months ago

kgday commented 8 months ago

Please note although we can't commit to any timeline, priority will be given to those who are Contributors to the project.

If this is a question please ask on StackOverflow.

Describe the bug After upgrading to a wpf application to .net 8.0 and to the latest version of splat and splat.drawing, IBitmap.ToNative ,IBitmap.FromNative, SplatColor.ToNativeBrush and SplatColor.FromNativeColor not found by compiler.

Splat version 14.8.12

Downgrading to 14.8.6 then gives me runtime errors with IBitmapLoader not able to be resolved. I don't know if this is related to: https://github.com/reactiveui/ReactiveUI/issues/3696

ChrisPulman commented 8 months ago

Please ensure that you are targeting at least windows10.0.17763.0

kgday commented 8 months ago

Thank you, that was the problem.

github-actions[bot] commented 8 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.