Core substitute #383
Annotations
10 warnings
build:
src/models/Core.cs#L120
Cannot convert null literal to non-nullable reference type.
|
build:
src/models/Core.cs#L515
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#L515
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#L398
'PocketCoreUpdater.Divide()' hides inherited member 'Base.Divide()'. Use the new keyword if hiding was intended.
|
build:
src/helpers/StringConverter.cs#L15
Possible null reference return.
|
build:
src/Updater.cs#L521
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Updater.cs#L522
Non-nullable property 'InstalledCores' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Updater.cs#L523
Non-nullable property 'InstalledAssets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Updater.cs#L524
Non-nullable property 'SkippedAssets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Updater.cs#L63
Dereference of a possibly null reference.
|