Skip to content

CI LionWeb-C#

CI LionWeb-C# #35

Manually triggered July 9, 2024 19:45
Status Failure
Total duration 1m 3s
Artifacts

build.yaml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: src/LionWeb-CSharp/core/Utilities/Comparer.cs#L178
Argument 1: cannot convert from 'LionWeb.Core.IReadableNode' to 'LionWeb.Core.INode?'
build: src/LionWeb-CSharp/core/Utilities/Comparer.cs#L178
Argument 4: cannot convert from 'LionWeb.Core.IReadableNode' to 'LionWeb.Core.INode?'
build: src/LionWeb-CSharp/core/Utilities/Comparer.cs#L187
Argument 1: cannot convert from 'LionWeb.Core.IReadableNode' to 'LionWeb.Core.INode?'
build: src/LionWeb-CSharp/core/Utilities/Comparer.cs#L187
Argument 3: cannot convert from 'LionWeb.Core.IReadableNode' to 'LionWeb.Core.INode'
build: src/LionWeb-CSharp/core/Utilities/Comparer.cs#L194
Argument 1: cannot convert from 'LionWeb.Core.IReadableNode' to 'LionWeb.Core.INode?'
build: src/LionWeb-CSharp/core/Utilities/Comparer.cs#L194
Argument 3: cannot convert from 'LionWeb.Core.IReadableNode' to 'LionWeb.Core.INode'
build: src/LionWeb-CSharp/core/Utilities/Comparer.cs#L212
Argument 1: cannot convert from 'LionWeb.Core.IReadableNode' to 'LionWeb.Core.INode'
build: src/LionWeb-CSharp/core/Utilities/Comparer.cs#L212
Argument 2: cannot convert from 'LionWeb.Core.IReadableNode' to 'LionWeb.Core.INode'
build: src/LionWeb-CSharp/core/Utilities/Comparer.cs#L215
Argument 1: cannot convert from 'LionWeb.Core.IReadableNode' to 'LionWeb.Core.INode?'
build: src/LionWeb-CSharp/core/Utilities/Comparer.cs#L215
Argument 3: cannot convert from 'LionWeb.Core.IReadableNode' to 'LionWeb.Core.INode'
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/LionWeb-CSharp/core/Utilities/Textualizer.cs#L73
The variable 'e' is declared but never used
build: src/LionWeb-CSharp/core/M1/SerializerBase.cs#L40
Possible null reference argument for parameter 'enumValue' in 'string? AttributeExtensions.LionCoreKey(Enum enumValue)'.
build: src/LionWeb-CSharp/core/M1/SerializerBase.cs#L36
Possible null reference assignment.
build: src/LionWeb-CSharp/core/M1/Deserializer.cs#L30
Non-nullable field 'dependentNodesById' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/LionWeb-CSharp/core/DynamicNode.cs#L202
Possible null reference argument for parameter 'storage' in 'bool NodeBase.RemoveSelfParent<INode>(List<INode>? list, List<INode> storage, Link? link)'.
build: src/LionWeb-CSharp/core/serialization/Serialization.cs#L75
Non-nullable property 'Reference' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/LionWeb-CSharp/core/serialization/Serialization.cs#L76
Non-nullable property 'Targets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/LionWeb-CSharp/core/serialization/Serialization.cs#L71
Non-nullable property 'Reference' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/LionWeb-CSharp/core/serialization/Serialization.cs#L65
Non-nullable property 'Containment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/LionWeb-CSharp/core/serialization/Serialization.cs#L66
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.