Skip to content

Started work on XML Serialization #17

Started work on XML Serialization

Started work on XML Serialization #17

Triggered via push May 30, 2024 09:34
Status Success
Total duration 1m 32s
Artifacts

benchmark.yml

on: push
Performance regression check
1m 21s
Performance regression check
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
Performance regression check: YangParser/SemanticModel/Container.cs#L12
Non-nullable property 'TargetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Performance regression check: YangParser/SemanticModel/Container.cs#L18
Non-nullable property 'TargetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Performance regression check: YangParser/SemanticModel/Leaf.cs#L26
Non-nullable property 'TargetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Performance regression check: YangParser/SemanticModel/LeafList.cs#L27
Non-nullable property 'TargetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Performance regression check: benchmarks/Program.cs#L13
Non-nullable field 'source' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Performance regression check: benchmarks/Program.cs#L14
Non-nullable field 'statement' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Performance regression check: benchmarks/Program.cs#L15
Non-nullable field 'model' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.