added error handler and streaming API to Serializer #43
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
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/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/M3/DynamicTypes.cs#L394
Possible null reference argument for parameter 'storage' in 'bool NodeBase.RemoveSelfParent<Feature>(List<Feature>? list, List<Feature> storage, Link? link)'.
|
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.
|