Skip to content

CLI params rewrite (#179) #356

CLI params rewrite (#179)

CLI params rewrite (#179) #356

Triggered via push September 8, 2023 03:09
Status Success
Total duration 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Updater.cs#L389
'PocketCoreUpdater.Divide()' hides inherited member 'Base.Divide()'. Use the new keyword if hiding was intended.
build: 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).
build: 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).
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/models/Analogue/AnalogueSimpleInstance.cs#L5
Non-nullable property 'data_slots' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/models/Analogue/AnalogueInstanceJSON.cs#L5
Non-nullable property 'instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/models/Analogue/AnalogueInstanceDataSlot.cs#L7
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/models/Analogue/AnalogueInstance.cs#L5
Non-nullable property 'data_slots' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/models/Analogue/AnalogueFramework.cs#L5
Non-nullable property 'target_product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/models/Analogue/AnalogueFramework.cs#L6
Non-nullable property 'version_required' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.