Merge pull request #5 from charles-brewer/FollowUps #10
Annotations
10 warnings
build:
wwwroot/lib/ChartModels/yAxes.cs#L5
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
wwwroot/lib/ChartModels/yAxes.cs#L7
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
wwwroot/lib/ChartModels/yAxes.cs#L8
Non-nullable property 'ticks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
wwwroot/lib/ChartModels/xAxes.cs#L5
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
wwwroot/lib/ChartModels/xAxes.cs#L7
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
wwwroot/lib/ChartModels/xAxes.cs#L8
Non-nullable property 'ticks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
wwwroot/lib/ChartModels/Title.cs#L6
Non-nullable property 'text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
wwwroot/lib/ChartModels/Scales.cs#L5
Non-nullable property 'yAxes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
wwwroot/lib/ChartModels/Scales.cs#L6
Non-nullable property 'xAxes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
wwwroot/lib/ChartModels/Options.cs#L5
Non-nullable property 'scales' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|