Skip to content

build

build #10

Manually triggered August 4, 2024 13:47
Status Failure
Total duration 33s
Artifacts

build.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build / build: src/kOS.Safe.Test/Calculator/CalculatorScalarTest.cs#L9
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/kOS.Safe.Test/Calculator/CalculatorStructureTest.cs#L7
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/kOS.Safe.Test/Collections/MixedCollectionPrintingTest.cs#L4
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/kOS.Safe.Test/Structures/BooleanValueTest.cs#L6
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/kOS.Safe.Test/Structures/ScalarValueTest.cs#L6
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/kOS.Safe.Test/Structures/StringValueTest.cs#L3
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/kOS.Safe.Test/Structure/ClampSetSuffixTest.cs#L3
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/kOS.Safe.Test/Collections/LexiconTest.cs#L9
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/kOS.Safe.Test/Collections/ListValueTest.cs#L7
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/kOS.Safe.Test/Structure/NoArgsSuffixTest.cs#L4
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
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.
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/Widget/PopupMenu.cs#L190
Field 'PopupMenu.indexedName' is never assigned to, and will always have its default value null
build / build: src/kOS/Suffixed/VectorRenderer.cs#L19
The field 'VectorRenderer.prevColor' is never used