MagicAndre1981
                                            MagicAndre1981
                                        
                                    Here is also an [example where disk slows down boot a lot](https://superuser.com/a/1159565/174557). After some years, the 5400rpm drives are getting extremely slow for random disk operations, but copying larger files...
Any update on this? I can get the lists of an user, but now I need to know the members and the members count of a curation list
Windows 10 or Windows 11? In my Win11 22621 VM I don't have the issue.
ok, so this looks like a Windows 10 Bug in combination with WinApp SDK 1.2.x which will be [fixed in 2023](https://github.com/microsoft/WindowsAppSDK/issues/3137#issuecomment-1332851404) > The fix in Windows 10 OS is anticipated...
install latest [runtime files for WinApp SDK 1.2](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads#windows-app-sdk-12)
ok, I can close this as .net core 3.1 is out of support. I created #11 to support .net 6 and 8
Microsoft is now [updating some AndroidX dependencies ](https://github.com/xamarin/Xamarin.Forms/pull/15611) and this fix is scheduled for [5.0 SR13 ](https://github.com/xamarin/Xamarin.Forms/projects/95#card-86867522)
@jfversluis some AndroidX packages are now updated and again outside of dependency constraint: ``` NU1608: Detected package version outside of dependency constraint: Xamarin.Forms 5.0.0.2612 requires Xamarin.AndroidX.Lifecycle.LiveData (>= 2.3.1.1 && =...
> Also another + is the developer could then define their own colors they want used for their application as well I need to do this color defining in xmls...
> Today updated my project to .net 7 (minimum target windows framework 10.0.22000.0) Issue is still there. use [VisualStateManager](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/visual-states?view=net-maui-7.0), this works fine for me and also worked in XF, but...