Skip to content

keyboard ui navigation in menu mode #362

keyboard ui navigation in menu mode

keyboard ui navigation in menu mode #362

Triggered via pull request September 9, 2023 16:07
Status Success
Total duration 23s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Updater.cs#L389
'PocketCoreUpdater.Divide()' hides inherited member 'Base.Divide()'. Use the new keyword if hiding was intended.
build: src/models/Core.cs#L467
Nullability of reference types in type of parameter 'x' doesn't match implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
build: src/models/Core.cs#L467
Nullability of reference types in type of parameter 'y' doesn't match implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
build: src/models/Archive/File.cs#L7
Non-nullable property 'crc32' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/helpers/StringConverter.cs#L15
Possible null reference return.
build: src/Updater.cs#L512
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Updater.cs#L513
Non-nullable property 'InstalledCores' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Updater.cs#L514
Non-nullable property 'InstalledAssets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Updater.cs#L515
Non-nullable property 'SkippedAssets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/models/Archive/Archive.cs#L9
Non-nullable property 'files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.