Dmytro Bondarenko

Results 16 comments of Dmytro Bondarenko

> I just want to share my findings; that I managed to work around it by deleting the %USERPROFILE%.dotnet\toolResolverCache folder before running dotnet tool restore. You saved my day, thank...

@RenatGaliew oh, sorry, I meant this https://github.com/reactivemarbles/DynamicData

I've just tested this bug again, this time directly in XF sources, it seems like the issue is still there and 100% reproducible. For those who are stuck with it,...

Adding `.LayoutIfNeeded()` into `L:\src_github\xf500\Xamarin.Forms.Platform.iOS\CollectionView\ObservableGroupedSource.cs` eliminated the crash. ``` void Reload() { ResetGroupTracking(); _collectionView.ReloadData(); _collectionView.LayoutIfNeeded(); _collectionView.CollectionViewLayout.InvalidateLayout(); } ``` But it continues writing such messages to the console (the same in the...

I'm sorry guys, I'm currently closing release, so I'm not able to pay any attention to this issue nor this or the next week.

Excellent job @jsuarezruiz, I've been using this fix in my 'XF issues patched edition' since you published it. ---------------------------------------------------------------------------- It would be great to have this merged into 5*! Up!

> bodarenko do you have a solution fro this issue? I checked your solution but you put it community toolkit code. Not yet, my solution is poc only, more work...

> m wondering if your fix will work there, if so let me know and I can make an effort to implement it on GA Will try in a few...