-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation failed in MvxRecyclerView #1
Comments
I'm not getting this error, it's just a warning for me. Most of the Mvx On Thu, Mar 19, 2015 at 3:45 PM, Alexey Shikov [email protected]
|
Let's start from check our basic environments: |
I'm using Visual Studio. Do have "Treat warnings as errors" checked in the On Thu, Mar 19, 2015 at 3:59 PM, Alexey Shikov [email protected]
|
This checkbox is turned off for me (that means Warning are not treated as errors). I don't really need any of these (property or internal class) yet. Just to compile the code. Seems have to leave renamed variable as temporary solution. |
I can compile using Xamarin Studio on a PC so it must be an issue with mono. I filed a bug https://bugzilla.xamarin.com/show_bug.cgi?id=28213 |
They just marked this as fixed in mono master so hopefully we'll get it on the next build |
Yeah, I saw. Great news! |
Views/MvxRecyclerView.cs(28,44): error CS0533:
MvxAndroid.Support.V7.AppCompat.Views.MvxRecyclerView.Adapter' hides inherited abstract member
Android.Support.V7.Widget.RecyclerView.Adapter'The next property is reason of error:
There is an internal abstract class
public abstract class Adapter {}
As a temporary solution I decided to rename property to MvxAdapter.
Any hints on this?
The text was updated successfully, but these errors were encountered: