Skip to content

WIP Unit test actions #19

WIP Unit test actions

WIP Unit test actions #19

Triggered via push October 13, 2023 21:31
Status Failure
Total duration 4m 35s
Artifacts

ci.yml

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

Annotations

1 error and 10 warnings
build-plugin-ci
Process completed with exit code 1.
build-plugin-ci: src/Abstractions/IDialogService.cs#L38
Cannot convert null literal to non-nullable reference type.
build-plugin-ci: src/Abstractions/IDialogService.cs#L38
Cannot convert null literal to non-nullable reference type.
build-plugin-ci: src/Abstractions/IDialogService.cs#L52
Cannot convert null literal to non-nullable reference type.
build-plugin-ci: src/Abstractions/IDialogService.cs#L52
Cannot convert null literal to non-nullable reference type.
build-plugin-ci: src/Services/DialogService.cs#L17
Cannot convert null literal to non-nullable reference type.
build-plugin-ci: src/Services/DialogService.cs#L17
Cannot convert null literal to non-nullable reference type.
build-plugin-ci: src/Services/DialogService.cs#L23
Cannot convert null literal to non-nullable reference type.
build-plugin-ci: src/Services/DialogService.cs#L23
Cannot convert null literal to non-nullable reference type.
build-plugin-ci: src/Utilities/UriUtility.cs#L85
Possible null reference return.
build-plugin-ci: src/Builders/InternalBurkusMvvmBuilder.cs#L8
Non-nullable property 'onStartFunc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.