Skip to content

Bump version for release. #7

Bump version for release.

Bump version for release. #7

Triggered via push August 21, 2025 20:50
Status Failure
Total duration 1m 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error, 10 warnings, and 1 notice
build
Process completed with exit code 1.
build: RichCanvas/RichCanvas.cs#L414
Non-nullable field '_autoPanTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: RichCanvas/RichCanvas.cs#L414
Non-nullable field '_mainPanel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: RichCanvas/States/CanvasStates/DrawingState.cs#L21
Non-nullable field '_currentDrawingContainer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: RichCanvas/States/CanvasStates/SingleSelectionState.cs#L113
Possible null reference argument for parameter 'item' in 'bool List<RichCanvasContainer>.Contains(RichCanvasContainer item)'.
build: RichCanvas/Gestures/CustomInputGestures/MouseKeyGesture.cs#L46
Non-nullable field '_keyGestures' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: RichCanvas/Gestures/CustomInputGestures/MouseKeyGesture.cs#L40
Non-nullable field '_keys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: RichCanvas/Gestures/CustomInputGestures/MouseKeyGesture.cs#L36
Non-nullable field '_keys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: RichCanvas/Gestures/CustomInputGestures/MouseKeyGesture.cs#L36
Non-nullable field '_keyGestures' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: RichCanvas/Gestures/CustomInputGestures/MouseKeyGesture.cs#L36
Non-nullable field '_mouseGesture' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: RichCanvas/Gestures/CustomInputGestures/MouseCustomKeyGesture.cs#L27
Non-nullable field '_mouseGesture' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677