Skip to content

Source generator for BurkusMvvmApplication #44

Source generator for BurkusMvvmApplication

Source generator for BurkusMvvmApplication #44

Triggered via pull request November 11, 2023 19:14
Status Success
Total duration 8m 34s
Artifacts

ci-demo-app.yml

on: pull_request
build-sample-ci
8m 22s
build-sample-ci
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-sample-ci: src/Burkus.Mvvm.Maui/Abstractions/IDialogService.cs#L38
Cannot convert null literal to non-nullable reference type.
build-sample-ci: src/Burkus.Mvvm.Maui/Abstractions/IDialogService.cs#L38
Cannot convert null literal to non-nullable reference type.
build-sample-ci: src/Burkus.Mvvm.Maui/Abstractions/IDialogService.cs#L52
Cannot convert null literal to non-nullable reference type.
build-sample-ci: src/Burkus.Mvvm.Maui/Abstractions/IDialogService.cs#L52
Cannot convert null literal to non-nullable reference type.
build-sample-ci: src/Burkus.Mvvm.Maui/Services/DialogService.cs#L17
Cannot convert null literal to non-nullable reference type.
build-sample-ci: src/Burkus.Mvvm.Maui/Services/DialogService.cs#L17
Cannot convert null literal to non-nullable reference type.
build-sample-ci: src/Burkus.Mvvm.Maui/Services/DialogService.cs#L23
Cannot convert null literal to non-nullable reference type.
build-sample-ci: src/Burkus.Mvvm.Maui/Services/DialogService.cs#L23
Cannot convert null literal to non-nullable reference type.
build-sample-ci: src/Burkus.Mvvm.Maui/Builders/InternalBurkusMvvmBuilder.cs#L8
Non-nullable property 'onStartFunc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-sample-ci: src/Burkus.Mvvm.Maui/Utilities/UriUtility.cs#L85
Possible null reference return.