GitHub: Added build CI #24
Annotations
10 warnings
Build Files:
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 Files:
src/Files.Core/Utils/CommandLine/CommandLineParser.cs#L132
Cannot convert null literal to non-nullable reference type.
|
Build Files:
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 Files:
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 Files:
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 Files:
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 Files:
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 Files:
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 Files:
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 Files:
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.
|
The logs for this run have expired and are no longer available.
Loading