Skip to content

update to KSPBT 0.0.4 #34

update to KSPBT 0.0.4

update to KSPBT 0.0.4 #34

Triggered via push September 2, 2025 15:04
Status Failure
Total duration 36s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build / build
Process completed with exit code 1.
build / build: src/kOS/AddOns/AddonManager.cs#L14
The field 'AddonManager.shared' is never used
build / build: src/kOS/Binding/FlightStats.cs#L18
The field 'FlightStats.stageValue' is never used
build / build: src/kOS/Function/PrintList.cs#L150
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'Object'
build / build: src/kOS/Suffixed/HsvaColor.cs#L45
'HsvaColor.CreateFromDump(SafeSharedObjects, Dump)' hides inherited member 'RgbaColor.CreateFromDump(SafeSharedObjects, Dump)'. Use the new keyword if hiding was intended.
build / build: src/kOS/Communication/MessageQueue.cs#L12
'MessageQueue.CreateFromDump(SafeSharedObjects, Dump)' hides inherited member 'GenericMessageQueue<Message, PlanetariumTimeProvider>.CreateFromDump(SafeSharedObjects, Dump)'. Use the new keyword if hiding was intended.
build / build: src/kOS/Communication/Message.cs#L55
'Message.CreateFromDump(SafeSharedObjects, Dump)' hides inherited member 'BaseMessage.CreateFromDump(SafeSharedObjects, Dump)'. Use the new keyword if hiding was intended.
build / build: src/kOS.Safe/Compilation/KS/Scanner.cs#L29
Field 'Scanner.FileAndLine' is never assigned to, and will always have its default value
build / build: src/kOS.Safe/Compilation/ProgramBuilder.cs#L174
Field 'ProgramBuilder.BuiltInPath.command' is never assigned to, and will always have its default value null
build / build: src/kOS.Safe/Execution/CPU.cs#L1467
The given expression is never of the provided ('NoDelegate') type
build / build: src/kOS.Safe/Encapsulation/UniqueSetValue.cs#L48
'UniqueSetValue<T>.Clear()' hides inherited member 'CollectionValue<T, HashSet<T>>.Clear()'. Use the new keyword if hiding was intended.