Merge pull request #3 from charles-brewer/FollowUps #6
Annotations
10 warnings
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading