Mahdi Hosseini
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. 
> [@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 > ``` > >  > >  >...
> 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.