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
{{ message }}
This repository was archived by the owner on Sep 20, 2021. It is now read-only.
We use the last version of Visual Studio for Mac and compile in Android 8.0 Oreo.
Unfortunately, I got no exception so I can't see what's wrong.
The text was updated successfully, but these errors were encountered:
Lapinou42
changed the title
Crash when using GetRecyclerAdapter extension methods only when building on Mac.
Crash when using GetRecyclerAdapter extension method only when building on Mac.
Jan 12, 2018
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I noticed we got a crash when using the extension method "GetRecyclerAdapter" of https://www.nuget.org/packages/MvvmLightAndroidSupport/ when building app on Mac only.
Here the few lines that cause de crash :
var adapter = ViewModel.SettingsIntemViewModels.ToList().GetRecyclerAdapter(BindViewHolderDelegate, CreateViewHolder);
Here is a small tutorial I followed : http://www.blogaboutxamarin.com/using-the-mvvm-light-observablerecyleradapter-with-the-xamarin-android-recylerview/
We use the last version of Visual Studio for Mac and compile in Android 8.0 Oreo.
Unfortunately, I got no exception so I can't see what's wrong.
The text was updated successfully, but these errors were encountered: