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
When the nuget package is added to a project (WinUI Desktop .Net 8), it causes the XAML Hot Reload to start failing when edits are made to the xaml while the app is running.
Steps to Reproduce
Create a New blank WinUI 3.0 Desktop app, upgrade it to .net 8.
Run app, make any change the xaml and it works
Add the SystemWindowsMedia nuget package, run the app
Make a change (even just a space) to the XAML and there are now xaml errors.
Remove the nuget package and it all works again
The text was updated successfully, but these errors were encountered:
The other way round. The library works with UWP, not WinUI - WinUI changed some of the areas like bitmaps, which the library doesn't provide (it returns UWP bitmaps) - I generally had to convert them.
Magick.NET version
SystemWindowsMedia 7.2.1
Environment (Operating system, version and so on)
Windows 11 x64
Description
When the nuget package is added to a project (WinUI Desktop .Net 8), it causes the XAML Hot Reload to start failing when edits are made to the xaml while the app is running.
Steps to Reproduce
Create a New blank WinUI 3.0 Desktop app, upgrade it to .net 8.
Run app, make any change the xaml and it works
Add the SystemWindowsMedia nuget package, run the app
Make a change (even just a space) to the XAML and there are now xaml errors.
Remove the nuget package and it all works again
The text was updated successfully, but these errors were encountered: