Bump version for release. #7
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
|