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

build.yml

on: push
pack-release
0s
pack-release
build
57s
build
Performance regression check
1m 22s
Performance regression check
Fit to window
Zoom out
Zoom in

Annotations

19 warnings
build: YangParser/SemanticModel/Container.cs#L12
Non-nullable property 'TargetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YangParser/SemanticModel/Container.cs#L18
Non-nullable property 'TargetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YangParser/SemanticModel/LeafList.cs#L27
Non-nullable property 'TargetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YangParser/SemanticModel/Leaf.cs#L26
Non-nullable property 'TargetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: benchmarks/Program.cs#L13
Non-nullable field 'source' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: benchmarks/Program.cs#L14
Non-nullable field 'statement' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: benchmarks/Program.cs#L15
Non-nullable field 'model' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build
'YangNode.HardwareContainer' is obsolete
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.