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 4m 51s
Artifacts

ci.yml

on: push
build-plugin-ci
4m 42s
build-plugin-ci
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-plugin-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-plugin-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-plugin-ci: src/Plugin.Maui.KeyListener/MauiProgramExtension.cs#L19
Dereference of a possibly null reference.
build-plugin-ci: src/Plugin.Maui.KeyListener/MauiProgramExtension.cs#L19
Dereference of a possibly null reference.
build-plugin-ci: src/Plugin.Maui.KeyListener/MauiProgramExtension.cs#L17
Possible null reference argument for parameter 'mauiContext' in 'KeyboardPageViewController.KeyboardPageViewController(IView page, IMauiContext mauiContext)'.
build-plugin-ci: src/Plugin.Maui.KeyListener/MauiProgramExtension.cs#L17
Possible null reference argument for parameter 'mauiContext' in 'KeyboardPageViewController.KeyboardPageViewController(IView page, IMauiContext mauiContext)'.
build-plugin-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.
build-plugin-ci: src/Plugin.Maui.KeyListener/MauiProgramExtension.cs#L15
Possible null reference return.
build-plugin-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-plugin-ci: src/Plugin.Maui.KeyListener/MauiProgramExtension.cs#L15
Possible null reference return.