Skip to content

fix Timespan.cs capitalization #8

fix Timespan.cs capitalization

fix Timespan.cs capitalization #8

Triggered via push August 4, 2024 11:49
Status Failure
Total duration 35s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 7 warnings
build / build: src/kOS/Module/kOSVesselModule.cs#L47
'kOSVesselModule.OnAwake()': cannot change access modifiers when overriding 'public' inherited member 'VesselModule.OnAwake()'
build / build: src/kOS/Module/kOSVesselModule.cs#L66
'kOSVesselModule.OnStart()': cannot change access modifiers when overriding 'public' inherited member 'VesselModule.OnStart()'
build / build: src/kOS/Module/kOSVesselModule.cs#L110
'kOSVesselModule.OnLoad(ConfigNode)': cannot change access modifiers when overriding 'public' inherited member 'VesselModule.OnLoad(ConfigNode)'
build / build
Process completed with exit code 1.
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.
build / build: src/kOS.Safe/Execution/CPU.cs#L1467
The given expression is never of the provided ('NoDelegate') type
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/Compilation/KS/Scanner.cs#L29
Field 'Scanner.FileAndLine' is never assigned to, and will always have its default value
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/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/Suffixed/HsvaColor.cs#L45
'HsvaColor.CreateFromDump(SafeSharedObjects, Dump)' hides inherited member 'RgbaColor.CreateFromDump(SafeSharedObjects, Dump)'. Use the new keyword if hiding was intended.