Example won't build or Run #57
|
I'd really like to switch from MAUI to Avalonia. My app uses a Flyout control and this project seems to be the best way to achieve that. I've pulled the example down and I get 99+ errors. Please help. |
Replies: 7 comments 2 replies
|
Hello @nathenxbrewer The main and develop branch are clean and no error. What I see with that much of errors. you need to do restore, rebuild and be sure you have dotnet 8 install. I suggesting to use branch Thanks. |
|
@OmidID I've tried all of this. Nothing changes. |
|
All the error I can see in your screenshot it related to MSBuild. For something something very wrong with your SDK or packages. In the command line manually run dotnet restore to see what happening. |
|
So Classic. I move this issue to discussion |
|
@OmidID After getting it to run, iOS is looking very strange. When I run it from the 45-keep-transition-animation-for-each-navigate, it looks fine. |





@OmidID It's working now. Had to re-launch Rider multiple times, do a few Cleans, Rebuilds, dotnet restore, but looks like the final dotnet restore finally got it all working. Thanks