CLI params rewrite #355
Annotations
10 warnings
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).
|
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).
|
src/Updater.cs#L389
'PocketCoreUpdater.Divide()' hides inherited member 'Base.Divide()'. Use the new keyword if hiding was intended.
|
src/Program.cs#L1027
Non-nullable property 'CoreName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Program.cs#L1040
Non-nullable property 'CoreName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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/models/Analogue/AnalogueData.cs#L5
Non-nullable property 'data_slots' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Base.cs#L34
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Program.cs#L1057
Non-nullable property 'ImagePackOwner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Program.cs#L1060
Non-nullable property 'ImagePackRepo' 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