Mahdi Hosseini

Results 296 comments of Mahdi Hosseini

> after I remove the WindowsSdkPackageVersion, it can be build, but it still can not run. i dont have any issue! Please remove bin/obj and try again. ![Image](https://github.com/user-attachments/assets/3dd24e3c-dce4-4ce5-9f74-f9922626cb2e)

> [@ghost1372](https://github.com/ghost1372) And I wonder, why your config is debug and x64? and using f5? You should try publish. You can not Directly execute exe file, while you are using...

@jingliancui I also suggest using the following setting for now to have less problems with trim (default option with .Net >= 8 is full) `partial`

> Thanks @ghost1372 after add the config, and show below error when try to run > ``` > partial > None > ``` > > ![Image](https://github.com/user-attachments/assets/338f189d-8c40-4311-afaa-3c86f821c3ab) > > ![Image](https://github.com/user-attachments/assets/dfffb909-c4f6-4207-884a-ab66b7f7cd8c) >...

> Finally it could work! @ghost1372 thank you so much! > Then I think this issue can be mark as done. > > But do I need to open 2...

> Looks like there’s an issue when running the app unpackaged: > > * Navigate to `App notification` page > * Click `Show notification` button > > The app crashes...

Hi @marcelwgn Thank you for your review. I’ve addressed the suggestions you made earlier. I’ve added migration methods to preserve the user’s Favorites and Recently Visited items.

Thank you @Zakariathr22 Good catch! I missed applying it earlier, it’s all fixed now.

> Why not use the CornerRadius property directly? With Static resource for Overlay. Since it's been 2 weeks, if I remember correctly I tried to set CornerRadius in GridViewItem, but...

@BigHeadDev try disable and enable Xaml Hot Reaload, then click on setting button and click on reset property to default value, restart visual studio. this worked for me.