Skip to content

Added comments

Added comments #95

Triggered via push October 11, 2023 20:05
Status Success
Total duration 4m 6s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
build (Release)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release): src/objects/LineSegment.cs#L245
Nullability of type of parameter 'o' doesn't match overridden member (possibly because of nullability attributes).
build (Release): src/objects/LineSegment.cs#L9
'LineSegment' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build (Release): src/ui/NewGridWindow.xaml.cs#L19
Non-nullable property 'MainWindowParent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): src/config/VgpFile.cs#L20
Non-nullable property 'BackgroundImagePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): src/config/VgpFile.cs#L20
Non-nullable property 'Lines' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): src/config/VgpFile.cs#L20
Non-nullable property 'Labels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): src/config/ConfigOptions.cs#L70
Converting null literal or possible null value to non-nullable type.
build (Release): src/config/ConfigOptions.cs#L71
Dereference of a possibly null reference.
build (Release): src/config/PageData.cs#L153
Converting null literal or possible null value to non-nullable type.
build (Release): src/config/PageData.cs#L154
Dereference of a possibly null reference.
build (Debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Debug)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Debug): src/objects/LineSegment.cs#L245
Nullability of type of parameter 'o' doesn't match overridden member (possibly because of nullability attributes).
build (Debug): src/objects/LineSegment.cs#L9
'LineSegment' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build (Debug): src/ui/NewGridWindow.xaml.cs#L19
Non-nullable property 'MainWindowParent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): src/config/VgpFile.cs#L20
Non-nullable property 'BackgroundImagePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): src/config/VgpFile.cs#L20
Non-nullable property 'Lines' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): src/config/VgpFile.cs#L20
Non-nullable property 'Labels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): src/dataLayers/TextLayer.cs#L37
Possible null reference return.
build (Debug): src/dataLayers/TextLayer.cs#L17
Non-nullable field 'LastImage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug): src/dataLayers/PreviewLayer.cs#L24
Non-nullable field 'PreviewLines' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug): src/dataLayers/PreviewLayer.cs#L24
Non-nullable field 'LastImage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.