Skip to content

GitHub: Added build CI #2

GitHub: Added build CI

GitHub: Added build CI #2

Triggered via pull request October 31, 2023 07:02
Status Success
Total duration 10m 55s
Artifacts

build-dev.yml

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

Annotations

20 warnings
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/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/ViewModels/Dialogs/FileSystemDialog/FileSystemDialogViewModel.cs#L276
'IImageService.GetImageModelFromPathAsync(string, uint)' is obsolete: 'Use GetIconAsync() instead.'
build (Debug, arm64): src/Files.Core/Utils/CommandLine/CommandLineParser.cs#L166
Dereference of a possibly null reference.
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.
build (Debug, arm64): src/Files.Core/ViewModels/Dialogs/AddItemDialog/AddItemDialogViewModel.cs#L81
'IImageService.GetImageModelFromDataAsync(byte[]?)' is obsolete: 'Use GetIconAsync() instead.'
build (Debug, arm64): src/Files.Core/ViewModels/Dialogs/FileSystemDialog/FileSystemDialogConflictItemViewModel.cs#L27
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build (Debug, arm64): src/Files.Core/ViewModels/Dialogs/FileSystemDialog/FileSystemDialogConflictItemViewModel.cs#L27
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
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/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/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, x64): src/Files.Core/ViewModels/Dialogs/AddItemDialog/AddItemDialogViewModel.cs#L81
'IImageService.GetImageModelFromDataAsync(byte[]?)' is obsolete: 'Use GetIconAsync() instead.'
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/Data/Items/Win32Process.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug, x64): src/Files.Core/Data/Items/Win32Process.cs#L12
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug, x64): src/Files.Core/Data/Items/Win32Process.cs#L14
Non-nullable property 'AppName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.