Skip to content

Fix #3118 : KOSVesselModule doesn't need to be created for unloaded vessels #13

Fix #3118 : KOSVesselModule doesn't need to be created for unloaded vessels

Fix #3118 : KOSVesselModule doesn't need to be created for unloaded vessels #13

Triggered via pull request October 15, 2024 14:37
Status Failure
Total duration 44s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build / build: src/kOS.Safe/Compilation/CompiledObject.cs#L3
The type or namespace name 'RegularExpressions' does not exist in the namespace 'System.Text' (are you missing an assembly reference?)
build / build: src/kOS.Safe/Compilation/KS/KSScript.cs#L3
The type or namespace name 'RegularExpressions' does not exist in the namespace 'System.Text' (are you missing an assembly reference?)
build / build: src/kOS.Safe/Compilation/KS/ParseTree.cs#L6
The type or namespace name 'Xml' does not exist in the namespace 'System' (are you missing an assembly reference?)
build / build: src/kOS.Safe/Compilation/KS/Scanner.cs#L6
The type or namespace name 'RegularExpressions' does not exist in the namespace 'System.Text' (are you missing an assembly reference?)
build / build: src/kOS.Safe/Compilation/KS/Scanner.cs#L7
The type or namespace name 'Xml' does not exist in the namespace 'System' (are you missing an assembly reference?)
build / build: src/kOS.Safe/Encapsulation/ScalarValue.cs#L6
The type or namespace name 'RegularExpressions' does not exist in the namespace 'System.Text' (are you missing an assembly reference?)
build / build: src/kOS.Safe/Encapsulation/StringValue.cs#L3
The type or namespace name 'RegularExpressions' does not exist in the namespace 'System.Text' (are you missing an assembly reference?)
build / build: src/kOS.Safe/SimpleJson.cs#L54
The type or namespace name 'CodeDom' does not exist in the namespace 'System' (are you missing an assembly reference?)
build / build: src/kOS.Safe/SimpleJson.cs#L60
The type or namespace name 'ComponentModel' does not exist in the namespace 'System' (are you missing an assembly reference?)
build / build: src/kOS.Safe/Persistence/GlobalPath.cs#L3
The type or namespace name 'RegularExpressions' does not exist in the namespace 'System.Text' (are you missing 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.