Skip to content

Add iOS/Android support for scrollbar visibility #148

Add iOS/Android support for scrollbar visibility

Add iOS/Android support for scrollbar visibility #148

Triggered via push April 20, 2024 01:02
Status Failure
Total duration 9m 29s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 12 warnings
Build: VirtualListView/VirtualListViewHandler.cs#L143
'VirtualListViewHandler' does not contain a definition for 'UpdateVerticalScrollbarVisibility' and no accessible extension method 'UpdateVerticalScrollbarVisibility' accepting a first argument of type 'VirtualListViewHandler' could be found (are you missing a using directive or an assembly reference?)
Build: VirtualListView/VirtualListViewHandler.cs#L148
'VirtualListViewHandler' does not contain a definition for 'UpdateHorizontalScrollbarVisibility' and no accessible extension method 'UpdateHorizontalScrollbarVisibility' accepting a first argument of type 'VirtualListViewHandler' could be found (are you missing a using directive or an assembly reference?)
Build: VirtualListView/VirtualListViewHandler.cs#L143
'VirtualListViewHandler' does not contain a definition for 'UpdateVerticalScrollbarVisibility' and no accessible extension method 'UpdateVerticalScrollbarVisibility' accepting a first argument of type 'VirtualListViewHandler' could be found (are you missing a using directive or an assembly reference?)
Build: VirtualListView/VirtualListViewHandler.cs#L148
'VirtualListViewHandler' does not contain a definition for 'UpdateHorizontalScrollbarVisibility' and no accessible extension method 'UpdateHorizontalScrollbarVisibility' accepting a first argument of type 'VirtualListViewHandler' could be found (are you missing a using directive or an assembly reference?)
Build
Process completed with exit code 1.
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build: VirtualListView/Apple/CvDelegate.ios.maccatalyst.cs#L20
Member 'ScrollHandler' could cause memory leaks in an NSObject subclass. Remove the member, store the value as a WeakReference, or add the
Build: VirtualListView/Apple/CvDelegate.ios.maccatalyst.cs#L20
Member 'ScrollHandler' could cause memory leaks in an NSObject subclass. Remove the member, store the value as a WeakReference, or add the
Build: Sample/VirtualListViewSample/Platforms/MacCatalyst/Program.cs#L12
'UIApplication.Main(string[]?, string?, string?)' is obsolete: 'Use the overload with 'Type' instead of 'String' parameters for type safety.'
Build: Sample/VirtualListViewSample/MainPage.xaml.cs#L5
The field 'MainPage.vm' is never used
Build: VirtualListView/Apple/CvDelegate.ios.maccatalyst.cs#L20
Member 'ScrollHandler' could cause memory leaks in an NSObject subclass. Remove the member, store the value as a WeakReference, or add the
Build: Sample/VirtualListViewSample/Platforms/iOS/Program.cs#L12
'UIApplication.Main(string[]?, string?, string?)' is obsolete: 'Use the overload with 'Type' instead of 'String' parameters for type safety.'
Build: Sample/VirtualListViewSample/MainPage.xaml.cs#L5
The field 'MainPage.vm' is never used
Build: Sample/VirtualListViewSample/Platforms/Android/MainActivity.cs#L3
The using directive for 'Android.App' appeared previously in this namespace
Build: Sample/VirtualListViewSample/MainPage.xaml.cs#L5
The field 'MainPage.vm' is never used
Build: Sample/VirtualListViewSample/Platforms/Android/MainActivity.cs#L22
This call site is reachable on: 'Android' 21.0 and later. 'MauiAppCompatActivity.OnRequestPermissionsResult(int, string[], Permission[])' is only supported on: 'android' 23.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)