Skip to content

Add ancestor, precedingSibling and followingSibling M1 extension methods #54

Add ancestor, precedingSibling and followingSibling M1 extension methods

Add ancestor, precedingSibling and followingSibling M1 extension methods #54

Triggered via pull request July 15, 2024 12:22
@erk-dikerk-dik
synchronize #23
m1-ext-axes
Status Success
Total duration 1m 3s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
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/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/serialization/Serialization.cs#L59
Non-nullable property 'Property' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/LionWeb-CSharp/core/serialization/Serialization.cs#L60
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/LionWeb-CSharp/core/serialization/Serialization.cs#L49
Non-nullable property 'Language' 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/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/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.