Skip to content

Add clear button to sample (#21) #33

Add clear button to sample (#21)

Add clear button to sample (#21) #33

Triggered via push May 28, 2025 15:06
Status Success
Total duration 7m 20s
Artifacts

ci-sample.yml

on: push
build-sample-ci
7m 11s
build-sample-ci
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-sample-ci: src/Plugin.Maui.KeyListener/KeyboardBehaviorTrigger.iOS.cs#L9
Non-nullable property 'PlatformKeys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-sample-ci: src/Plugin.Maui.KeyListener/MauiProgramExtension.cs#L19
Dereference of a possibly null reference.
build-sample-ci: src/Plugin.Maui.KeyListener/MauiProgramExtension.cs#L19
Dereference of a possibly null reference.
build-sample-ci: src/Plugin.Maui.KeyListener/MauiProgramExtension.cs#L17
Possible null reference argument for parameter 'mauiContext' in 'KeyboardPageViewController.KeyboardPageViewController(IView page, IMauiContext mauiContext)'.
build-sample-ci: src/Plugin.Maui.KeyListener/MauiProgramExtension.cs#L17
Possible null reference argument for parameter 'mauiContext' in 'KeyboardPageViewController.KeyboardPageViewController(IView page, IMauiContext mauiContext)'.
build-sample-ci: src/Plugin.Maui.KeyListener/MauiProgramExtension.cs#L15
Possible null reference return.
build-sample-ci: src/Plugin.Maui.KeyListener/MauiProgramExtension.cs#L15
Possible null reference return.
build-sample-ci: src/Plugin.Maui.KeyListener/KeyboardBehavior.cs#L11
Non-nullable field '_triggers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-sample-ci: src/Plugin.Maui.KeyListener/KeyboardMarkupExtensions.cs#L6
Non-nullable property 'Modifiers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-sample-ci: src/Plugin.Maui.KeyListener/KeyboardMarkupExtensions.cs#L31
Non-nullable property 'Keys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.