Started work on XML Serialization #17
Annotations
9 warnings
YangParser/SemanticModel/Container.cs#L12
Non-nullable property 'TargetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
YangParser/SemanticModel/Container.cs#L18
Non-nullable property 'TargetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
YangParser/SemanticModel/Leaf.cs#L26
Non-nullable property 'TargetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
YangParser/SemanticModel/LeafList.cs#L27
Non-nullable property 'TargetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
YangParser/Generator/YangGenerator.cs#L289
Enable analyzer release tracking for the analyzer project containing rule 'YANG0002' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
YangParser/Generator/YangGenerator.cs#L286
Enable analyzer release tracking for the analyzer project containing rule 'YANG0001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
benchmarks/Program.cs#L13
Non-nullable field 'source' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
benchmarks/Program.cs#L14
Non-nullable field 'statement' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
benchmarks/Program.cs#L15
Non-nullable field 'model' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
This job succeeded
Loading