RadekVyM / SimpleToolkit

SimpleToolkit is a .NET MAUI library of helpers and simple, fully customizable controls, such as SimpleShell - custom Shell implementation that allows you to create unique navigation experiences.
MIT License
434 stars 44 forks source link

[UPDATE] .net 8 support #33

Closed shinnthant-lab closed 11 months ago

shinnthant-lab commented 12 months ago

Dear RadekVyM,

First of all, super thank you for this library and it's super awesome.

Please kindly support .net 8 in near future. Currently, I'm facing below error at .net 8 project.

image

Best Regards,

shinnthant-lab commented 12 months ago

But the Method:RemoveLogicalChild still exists in the Maui.Controls image changed to bool instead of void

RadekVyM commented 11 months ago

Hi @shinnthant-lab,

I am glad you like the library. New version for .NET 8 is released.

tolgraven commented 11 months ago

Other stuff I've encountered:

Error from button.SetValueCore(IsEnabledProperty, true); in ContentButton (forked and commented it out for now)

Some kind of invalid cast error with few details in IconHandler, both iOS and Android. Done some work investigating this, the current way things are done is apparently obsolete but I can't wrap my head around how the new way actually works.

Edit: wow what timing! I also like the library fwiw :)

RadekVyM commented 11 months ago

Hi @tolgraven,

thanks for the info. I hope these issues has been resolved with the newest version.

shinnthant-lab commented 11 months ago

Hi @shinnthant-lab,

I am glad you like the library. New version for .NET 8 is released.

Thank you so much RadekVyM, let me close the issue now. Thanks