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 has been archived by the owner on Jun 19, 2024. It is now read-only.
CachingStrategy is not a typical property - it's parsed at runtime or by XAMLC and treated as a ctor arg. You can probably disregard what Resharper is telling you
In visual studio with Resharper I get this errors all the time:
<ListView x:Name="list" CachingStrategy="RecycleElement" ItemsSource="{Binding Challenges}" BackgroundColor="White" RowHeight="86" SeparatorColor="{StaticResource grayPrimary}"
CachingStrategy give an error that "event" is expected
Is this ok?
The text was updated successfully, but these errors were encountered: