remove summary #420
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/Updater.cs#L451
'PocketCoreUpdater.Divide()' hides inherited member 'Base.Divide()'. Use the new keyword if hiding was intended.
|
build:
src/models/Core.cs#L129
Cannot convert null literal to non-nullable reference type.
|
build:
src/models/Core.cs#L604
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#L604
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/models/Archive/Archive.cs#L9
Non-nullable property 'files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Program.cs#L1098
Non-nullable property 'CoreName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Program.cs#L1111
Non-nullable property 'CoreName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Program.cs#L1128
Non-nullable property 'ImagePackOwner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|