Skip to content

Auto-cleaning of silly bounds checks #19

Auto-cleaning of silly bounds checks

Auto-cleaning of silly bounds checks #19

Triggered via push May 30, 2024 11:41
Status Success
Total duration 1m 33s
Artifacts

build.yml

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

Annotations

16 warnings
build: YangParser/SemanticModel/List.cs#L41
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.InstanceDataSetExtension.Name' hides inherited member 'YangNode.Structure.Name'. Use the new keyword if hiding was intended.
build
'YangNode.ModulesStateContainer' is obsolete
build
'YangNode.ModulesStateContainer' is obsolete
build
'YangNode.ModuleTagsStateContainer' is obsolete
Performance regression check: YangParser/SemanticModel/List.cs#L41
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.