Skip to content

Implement naive reference finder #39

Implement naive reference finder

Implement naive reference finder #39

Triggered via pull request July 10, 2024 13:29
Status Success
Total duration 1m 27s
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/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.
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/Utilities/Textualizer.cs#L73
The variable 'e' is declared but never used
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/M2/LanguageDeserializer.cs#L171
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, IReadableNode>.TryGetValue(string key, out IReadableNode value)'.
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.