ndb and vhf navaids is complete #20
Annotations
10 warnings
tests:
source/records/tables/CruiseTableRow.cs#L12
Non-nullable property 'CourseFrom' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
tests:
source/records/tables/CruiseTableRow.cs#L19
Non-nullable property 'CourseTo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
tests:
source/records/tables/CruiseTableRow.cs#L33
Non-nullable property 'CruiseLevelFrom1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
tests:
source/records/tables/CruiseTableRow.cs#L40
Non-nullable property 'VerticalSeparation1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
tests:
source/records/tables/CruiseTableRow.cs#L47
Non-nullable property 'CruiseLevelTo1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
tests:
source/records/tables/CruiseTableRow.cs#L54
Non-nullable property 'CruiseLevelFrom2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
tests:
source/records/tables/CruiseTableRow.cs#L61
Non-nullable property 'VerticalSeparation2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
tests:
source/records/tables/CruiseTableRow.cs#L68
Non-nullable property 'CruiseLevelTo2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
tests:
source/records/tables/CruiseTableRow.cs#L75
Non-nullable property 'CruiseLevelFrom3' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
tests:
source/records/tables/CruiseTableRow.cs#L82
Non-nullable property 'VerticalSeparation3' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|