Open voroninp opened 3 months ago
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 and thumbs upping the other issue to help us prioritize it. Thank you!
ObservableCollection
and ContentView
(#21860), similarity score: 0.78Note: You can give me feedback by thumbs upping or thumbs downing this comment.
This issue has been verified using Visual Studio 17.11.0 Preview 6.0 (8.0.71 & 8.0.60). Can repro on Windows platform with sample project.
I am experiencing the same issues with my application
This is still an issue in Visual Studio 17.11.5 so it doesn't seem to have been fixed or was re-introduced./
Description
I am playing with the samples for Shell: Xaminals solution. I build app in
Debug
config and targetWindows
(net8.0-windows10.0.19041.0).While clicking on various items of the menu, I sometimes get the following error:
I also see a binding error:
Steps to Reproduce
I have no clue how to reproduce it with 100% guarantee. I jsut keep clicking menu items. So far the sequence of actions seems to be the following (see the attached gif as well) :
About
menu item.Domestic
Domestic
and move cursor toCats
, wait for a second... you are welcome.I can reproduce it even if I target net8.0-windows10.0.22621.0
Actually, on the very first build, when no app store app is installed, I simply see this screen: And debug output shows:
When I close th window I expect application to exit but it keeps running in
Background Processes
section of Task Explorer:Link to public reproduction project repository
https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/Shell
Version with bug
8.0.70 SR7
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response