Update StaggeredItemsViewLayout #756
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
Found version-specific or distribution-specific runtime identifier(s): alpine-arm, alpine-arm64, alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
Build
Skipping 'Com.Applandeo.Materialcalendarview.CalendarView.Companion' due to a duplicate nested type name. (Java type: 'com.applandeo.materialcalendarview.CalendarView')
|
Build
Skipping 'Com.Applandeo.Materialcalendarview.Utils.CalendarProperties.Companion' due to a duplicate nested type name. (Java type: 'com.applandeo.materialcalendarview.utils.CalendarProperties')
|
Build
'EventDay' is obsolete: 'This class is obsoleted in this android platform'
|
Build
The member 'OutOfDateRangeException.Equals(Object?)' does not hide an accessible member. The new keyword is not required.
|
Build
The member 'UnsupportedMethodsException.Equals(Object?)' does not hide an accessible member. The new keyword is not required.
|
Build
'CalendarGridView.OnMeasure(int, int)' hides inherited member 'View.OnMeasure(int, int)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build
Nullability of reference types in type of parameter 'adapterView' of 'void DayRowClickListener.OnItemClick(AdapterView adapterView, View view, int position, long id)' doesn't match implicitly implemented member 'void IOnItemClickListener.OnItemClick(AdapterView? parent, View? view, int position, long id)' (possibly because of nullability attributes).
|
Build
Nullability of reference types in type of parameter 'view' of 'void DayRowClickListener.OnItemClick(AdapterView adapterView, View view, int position, long id)' doesn't match implicitly implemented member 'void IOnItemClickListener.OnItemClick(AdapterView? parent, View? view, int position, long id)' (possibly because of nullability attributes).
|
Build
Nullability of reference types in type of parameter 'adapterView' of 'bool DayRowLongClickListener.OnItemLongClick(AdapterView adapterView, View view, int position, long id)' doesn't match implicitly implemented member 'bool IOnItemLongClickListener.OnItemLongClick(AdapterView? parent, View? view, int position, long id)' (possibly because of nullability attributes).
|
Loading