Skip to content

Merge pull request #41 from BurkusCat/source-generator #33

Merge pull request #41 from BurkusCat/source-generator

Merge pull request #41 from BurkusCat/source-generator #33

Triggered via push October 18, 2023 19:57
Status Success
Total duration 6m 54s
Artifacts

ci.yml

on: push
build-plugin-ci
6m 40s
build-plugin-ci
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-plugin-ci: src/Burkus.Mvvm.Maui/Abstractions/IDialogService.cs#L38
Cannot convert null literal to non-nullable reference type.
build-plugin-ci: src/Burkus.Mvvm.Maui/Abstractions/IDialogService.cs#L38
Cannot convert null literal to non-nullable reference type.
build-plugin-ci: src/Burkus.Mvvm.Maui/Abstractions/IDialogService.cs#L52
Cannot convert null literal to non-nullable reference type.
build-plugin-ci: src/Burkus.Mvvm.Maui/Abstractions/IDialogService.cs#L52
Cannot convert null literal to non-nullable reference type.
build-plugin-ci: src/Burkus.Mvvm.Maui/Services/DialogService.cs#L17
Cannot convert null literal to non-nullable reference type.
build-plugin-ci: src/Burkus.Mvvm.Maui/Services/DialogService.cs#L17
Cannot convert null literal to non-nullable reference type.
build-plugin-ci: src/Burkus.Mvvm.Maui/Services/DialogService.cs#L23
Cannot convert null literal to non-nullable reference type.
build-plugin-ci: src/Burkus.Mvvm.Maui/Services/DialogService.cs#L23
Cannot convert null literal to non-nullable reference type.
build-plugin-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.