Migrate WPFHost
#16616
Replies: 1 comment 2 replies
-
Thanks for the feedback. A few things:
Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Your feedback
I decided to checkout Uno. I usually do Windows Desktop and .net Framework so this is probably the third or so time I messed around with Core so this may be all second nature. But...
I started a .Net 6 UWP (so I'd have a designer and a WPF project(it didn't dawn on me it would be a Core as well)) project and VS immediately updated the project to .net 8 and of course results in WPF issues. IE I ran the WPF project and it said I need to migrate the WPF Host. So I followed the steps and there was a bunch of errors resulted.
On a lark I readded the MainWindow.Xaml and cs files. And this resulted in the app running and I see it behind a WPF window telling me I need to migrate again. So I made the WPF's mainwindow visibility to hidden and the project runs as desired. Except in debug mode, a command window opens behind the main window and says something about three controls: CommandFlyout, TextFlyout, and scrollviewer not being implemented, But the release version doesn't do that.
Since I came across a bunch of people having issues with the WPF when I was searching for solutions to the big long list of error thing, I thought that might be helpful. It also might set off red flags to someone that actually knows something about net CORE since I don't.
Beta Was this translation helpful? Give feedback.
All reactions