remove summary #420
Annotations
11 warnings
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/
|
src/Updater.cs#L451
'PocketCoreUpdater.Divide()' hides inherited member 'Base.Divide()'. Use the new keyword if hiding was intended.
|
src/models/Core.cs#L129
Cannot convert null literal to non-nullable reference type.
|
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).
|
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).
|
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.
|
src/helpers/StringConverter.cs#L15
Possible null reference return.
|
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.
|
src/Program.cs#L1098
Non-nullable property 'CoreName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Program.cs#L1111
Non-nullable property 'CoreName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Program.cs#L1128
Non-nullable property 'ImagePackOwner' 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