-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression with NavigationView now producing binding error when minimising it #9384
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one. Thank you! Closed similar issues:
|
I'm also seeing this if MAUI is built against WinUI 3 v1.5.240227000 |
I get the same problem with WINUI 3 all latest nuGet packages. This issue is not closed, Please reopen. |
@27k1 It isn't closed. |
Issue is still present in 1.5.240311000 |
Confirmed, happens here as well still in 1.5.240311000. |
The offending piece is the makrup below in the SplitView template - we are trying to bind a gridlength to translatex - which are not compatible types.
|
Hi, I'm using 1.5.240428000 in WinUI3 and this problem has still happened. When does 1.6 come out? Thanks |
Seeing this error on MAUI when opening/closing Flyout:
|
@voroninp I'm with the same problem when trying to close the flyout page. Latest version of SDK and all up to date nugetpkgs |
Has this issue been resolved, I'm no longer seeing any runtime binding errors. What, if any, update did this? |
I was working with 1.6 on the weekend, I don't recall seeing it anymore. I'll check later though. |
I am also seeing this error in my MAUI project, did you find any workarounds |
@Fred-Hudson-CST , did you update the WindowsAppSDK with MAUI or just using what it comes with? Looking at the NuGet package for the current stable Microsoft.Maui.Core (v8.0.91), under dependencies it looks like all variants of In theory installing the latest Microsoft.WindowsAppSDK nuget should fix this issue as it should have been fixed in v1.6. But there may be things break in MAUI because it is using a WindowsAppSDK that is newer than what its minimum dependency version is. Worst case scenario you add it and things break and you have to roll back and wait for MAUI team to bump the minimum dependency. Best case scenario everything works and you get the advantages of updated WindowsAppSDK version. |
A few days ago dotnet/maui#24266 was merged into the MAUI .NET 9 branch https://github.com/dotnet/maui/commits/net9.0/. MAUI .NET 9 GA will be released in one month. |
Adding that did in fact break it, looks like ill just have to wait |
Describe the bug
Updating my app to the latest WinUI version (1.5.240227000) I noticed I started getting a binding warning when I run it. The previous version (1.4.240211001) does not have this issue.
I was able to keep deleting code until I got it to dissapear and I got an app layout down to a single
NavigationView
.If you launch this there will be no binding issues. If you minmise the nav by clicking the hamburger button it will generate the above binding issue.
Additionally if you make your nav view this it will show the binding error on launch.
Steps to reproduce the bug
MainWindow.xaml
to have the aboveNavigationView
Expected behavior
No binding errors.
Screenshots
N/A
NuGet package version
WinUI 3 - Windows App SDK 1.5.0: 1.5.240227000
Windows version
Windows 11 (23H2): Build 22631
Additional context
N/A
The text was updated successfully, but these errors were encountered: