Skip to content

Update issue templates #368

Update issue templates

Update issue templates #368

Triggered via push September 16, 2023 01:15
Status Success
Total duration 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/models/Core.cs#L119
Cannot convert null literal to non-nullable reference type.
build: src/models/Core.cs#L479
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#L479
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#L395
'PocketCoreUpdater.Divide()' hides inherited member 'Base.Divide()'. Use the new keyword if hiding was intended.
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.
build: src/helpers/StringConverter.cs#L15
Possible null reference return.
build: src/Updater.cs#L518
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Updater.cs#L519
Non-nullable property 'InstalledCores' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Updater.cs#L520
Non-nullable property 'InstalledAssets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Updater.cs#L521
Non-nullable property 'SkippedAssets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.