Skip to content

Trigger CI on PR

Trigger CI on PR #30

Triggered via pull request July 9, 2024 12:00
Status Success
Total duration 1m 10s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
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/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/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/Utilities/Comparer.cs#L237
Argument of type 'List<INode>' cannot be used for parameter 'left' of type 'List<INode?>' in 'List<IDifference> Comparer.CompareNodes(INode? leftOwner, List<INode?> left, Link? link, INode? rightOwner, List<INode?> right)' due to differences in the nullability of reference types.
build: src/LionWeb-CSharp/core/Utilities/Comparer.cs#L237
Argument of type 'List<INode>' cannot be used for parameter 'right' of type 'List<INode?>' in 'List<IDifference> Comparer.CompareNodes(INode? leftOwner, List<INode?> left, Link? link, INode? rightOwner, List<INode?> right)' due to differences in the nullability of reference types.
build: src/LionWeb-CSharp/core/M2/Factories.cs#L127
Converting null literal or possible null value to non-nullable type.
build: src/LionWeb-CSharp/core/M2/Factories.cs#L130
Possible null reference return.
build: src/LionWeb-CSharp/core/M2/Factories.cs#L153
Possible null reference return.
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/M2/LanguageDeserializer.cs#L263
Possible null reference assignment.
build: src/LionWeb-CSharp/core/M2/LanguageDeserializer.cs#L274
Possible null reference assignment.
build: src/LionWeb-CSharp/core/M2/LanguageDeserializer.cs#L301
Possible null reference assignment.
build: src/LionWeb-CSharp/core/M2/LanguageDeserializer.cs#L306
Possible null reference assignment.
build: src/LionWeb-CSharp/core/M2/Factories.cs#L127
Converting null literal or possible null value to non-nullable type.