Skip to content

Implement naive reference finder #32

Implement naive reference finder

Implement naive reference finder #32

Triggered via pull request July 9, 2024 16:47
Status Success
Total duration 51s
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/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/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/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/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.