VladislavAntonyuk / MauiSamples

.NET MAUI Samples
https://vladislavantonyuk.azurewebsites.net/articles?categoryName=.NET%20MAUI/Xamarin
MIT License
723 stars 186 forks source link

Kanbas board - Errror: Layout cycle detected #398

Closed nnovalbos closed 10 months ago

nnovalbos commented 10 months ago

Hello,

I am trying to run the example on windows and I am getting the following error:


    {Microsoft.UI.Xaml.UnhandledExceptionEventArgs}
    Exception: {"A cycle occurred while laying out the GUI."}
    Handled: false
    Message: "Layout cycle detected.  Layout could not complete."

I attach an image of the dependencies I am using. I don't know if anything extra needs to be done to be able to run the example.

Thank you!

error

VladislavAntonyuk commented 10 months ago

Let's wait for the final .NET 8 GA. the issue should be fixed after that

VladislavAntonyuk commented 10 months ago

Unfortunately, it's a .NET MAUI issue related to Windows CarouselView ItemTemplate. The app will run if you comment <CarouselView.ItemTemplate>. You can open the issue in .NET MAUI repo