Skip to content

store installed cores to use in sponsor messages (#176) #352

store installed cores to use in sponsor messages (#176)

store installed cores to use in sponsor messages (#176) #352

Triggered via push September 7, 2023 17:06
Status Success
Total duration 3m 32s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Updater.cs#L389
'PocketCoreUpdater.Divide()' hides inherited member 'Base.Divide()'. Use the new keyword if hiding was intended.
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/Program.cs#L933
Non-nullable property 'CoreName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Program.cs#L942
Non-nullable property 'DownloadAssets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Program.cs#L945
Non-nullable property 'ImagePackOwner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Program.cs#L948
Non-nullable property 'ImagePackRepo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Base.cs#L34
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/models/Analogue/AnalogueSimpleInstanceJSON.cs#L5
Non-nullable property 'instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.