Change CI-Windows script to install more workloads #37
Annotations
22 warnings
Sources/Microcharts.Uwp/ChartView.cs#L19
Non-nullable field 'handler' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Sources/Microcharts.Uwp/ChartView.cs#L19
Non-nullable field 'chart' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Sources/Microcharts.Uwp/ChartView.cs#L56
Dereference of a possibly null reference.
|
Sources/Microcharts.Uwp/ChartView.cs#L59
Cannot convert null literal to non-nullable reference type.
|
Sources/Microcharts.Uwp/ChartView.cs#L62
Possible null reference assignment.
|
Sources/Microcharts.Uwp/ChartView.cs#L19
Non-nullable field 'handler' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Sources/Microcharts.Uwp/ChartView.cs#L19
Non-nullable field 'chart' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Sources/Microcharts.Uwp/ChartView.cs#L56
Dereference of a possibly null reference.
|
Sources/Microcharts.Uwp/ChartView.cs#L59
Cannot convert null literal to non-nullable reference type.
|
Sources/Microcharts.Uwp/ChartView.cs#L62
Possible null reference assignment.
|
|
|
|
|
|
|
Sources/Microcharts.Uwp/ChartView.cs#L21
Nullability of reference types in type of parameter 'sender' of 'void ChartView.OnPaintCanvas(object sender, SKPaintSurfaceEventArgs e)' doesn't match the target delegate 'EventHandler<SKPaintSurfaceEventArgs>' (possibly because of nullability attributes).
|
Sources/Microcharts.Uwp/ChartView.cs#L19
Non-nullable field 'handler' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Sources/Microcharts.Uwp/ChartView.cs#L19
Non-nullable field 'chart' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Sources/Microcharts.Uwp/ChartView.cs#L56
Dereference of a possibly null reference.
|
Sources/Microcharts.Uwp/ChartView.cs#L59
Cannot convert null literal to non-nullable reference type.
|
Sources/Microcharts.Uwp/ChartView.cs#L62
Possible null reference assignment.
|
The logs for this run have expired and are no longer available.
Loading