Skip to content

GitHub: Added build CI #3

GitHub: Added build CI

GitHub: Added build CI #3

Triggered via pull request November 1, 2023 06:02
Status Failure
Total duration 11m 30s
Artifacts

build-app.yml

on: pull_request
Matrix: build
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 20 warnings
test (Debug, arm64)
Unable to find any artifacts for the associated workflow
test (Debug, x64)
Unable to find any artifacts for the associated workflow
build (Debug, x64)
A signing key is required in order to package this project. Please specify a PackageCertificateKeyFile or PackageCertificateThumbprint value in the project file.
build (Debug, x64)
Process completed with exit code 1.
build (Debug, arm64)
A signing key is required in order to package this project. Please specify a PackageCertificateKeyFile or PackageCertificateThumbprint value in the project file.
build (Debug, arm64)
Process completed with exit code 1.
build (Debug, x64): src/Files.Core/Data/Models/DisposableArray.cs#L22
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
build (Debug, x64): src/Files.Core/Utils/CommandLine/CommandLineParser.cs#L132
Cannot convert null literal to non-nullable reference type.
build (Debug, x64): src/Files.Core/ViewModels/Widgets/FileTagsWidget/FileTagsContainerViewModel.cs#L34
Non-nullable field '_Color' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug, x64): src/Files.Core/ViewModels/Widgets/FileTagsWidget/FileTagsContainerViewModel.cs#L34
Non-nullable field '_Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug, x64): src/Files.Core/Data/Models/HashInfoItem.cs#L8
Non-nullable field '_Algorithm' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug, x64): src/Files.Core/Data/Models/HashInfoItem.cs#L15
Non-nullable field '_HashValue' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug, x64): src/Files.Core/ViewModels/FileTags/ListedTagViewModel.cs#L50
Non-nullable field '_Tag' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug, x64): src/Files.Core/ViewModels/FileTags/ListedTagViewModel.cs#L50
Non-nullable field '_NewName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug, x64): src/Files.Core/ViewModels/FileTags/ListedTagViewModel.cs#L50
Non-nullable field '_NewColor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug, x64): src/Files.Core/ViewModels/Dialogs/ReleaseNotesDialogViewModel.cs#L15
Non-nullable field '_ReleaseNotesMadrkdown' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug, arm64): src/Files.Core/Utils/CommandLine/CommandLineParser.cs#L132
Cannot convert null literal to non-nullable reference type.
build (Debug, arm64): src/Files.Core/Data/Models/DisposableArray.cs#L22
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
build (Debug, arm64): src/Files.Core/ViewModels/Widgets/FileTagsWidget/FileTagsContainerViewModel.cs#L34
Non-nullable field '_Color' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug, arm64): src/Files.Core/ViewModels/Widgets/FileTagsWidget/FileTagsContainerViewModel.cs#L34
Non-nullable field '_Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug, arm64): src/Files.Core/ViewModels/FileTags/ListedTagViewModel.cs#L50
Non-nullable field '_Tag' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug, arm64): src/Files.Core/ViewModels/FileTags/ListedTagViewModel.cs#L50
Non-nullable field '_NewName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug, arm64): src/Files.Core/ViewModels/FileTags/ListedTagViewModel.cs#L50
Non-nullable field '_NewColor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug, arm64): src/Files.Core/ViewModels/Dialogs/ReleaseNotesDialogViewModel.cs#L15
Non-nullable field '_ReleaseNotesMadrkdown' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug, arm64): src/Files.Core/Data/Models/HashInfoItem.cs#L8
Non-nullable field '_Algorithm' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug, arm64): src/Files.Core/Data/Models/HashInfoItem.cs#L15
Non-nullable field '_HashValue' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.