Remove List<INode?> constructor and give Comparere more "immutable" API #37
Annotations
20 warnings
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/serialization/Serialization.cs#L50
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/LionWeb-CSharp/core/serialization/Serialization.cs#L51
Non-nullable property 'Key' 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/Utilities/Comparer.cs#L232
Argument of type 'List<IReadableNode>' cannot be used for parameter 'left' of type 'IList<IReadableNode?>' in 'List<IDifference> Comparer.CompareNodes(IReadableNode? leftOwner, IList<IReadableNode?> left, Link? link, IReadableNode? rightOwner, IList<IReadableNode?> right)' due to differences in the nullability of reference types.
|
build:
src/LionWeb-CSharp/core/Utilities/Comparer.cs#L232
Argument of type 'List<IReadableNode>' cannot be used for parameter 'right' of type 'IList<IReadableNode?>' in 'List<IDifference> Comparer.CompareNodes(IReadableNode? leftOwner, IList<IReadableNode?> left, Link? link, IReadableNode? rightOwner, IList<IReadableNode?> right)' due to differences in the nullability of reference types.
|
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.
|