You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were using Nito library with our Xamarin Forms App with .Net Standard 2.1 and was working fine.
Same code base with minimal changes in the C# classes we migrated to .NET MAUI with .NET 8 and we are observing that all the locks are not working properly and app is getting ANR.
Is this library is fully compatible with .NET 8 or .NET 9 ? or there is any adjustments we have to make in order to make it working as per the requirement?
The text was updated successfully, but these errors were encountered:
Yes, this library is fully compatible with net 8.0 and 9.0. it does not support trimming or AoT (yet), but it shouldn't cause ANRs on its own. Of course, if an app called a blocking lock method from the UI thread, that could cause an ANR.
We were using Nito library with our Xamarin Forms App with .Net Standard 2.1 and was working fine.
Same code base with minimal changes in the C# classes we migrated to .NET MAUI with .NET 8 and we are observing that all the locks are not working properly and app is getting ANR.
Is this library is fully compatible with .NET 8 or .NET 9 ? or there is any adjustments we have to make in order to make it working as per the requirement?
The text was updated successfully, but these errors were encountered: