Skip to content

Update README.md

Update README.md #98

Triggered via pull request September 4, 2024 00:07
Status Success
Total duration 2m 52s
Artifacts

dotnet-desktop.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

26 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/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/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/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/dataLayers/TextLayer.cs#L37
Possible null reference return.
build (Release): src/dataLayers/CursorLayer.cs#L22
Non-nullable field 'LastImage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/config/ConfigOptions.cs#L70
Converting null literal or possible null value to non-nullable type.
build (Debug): src/config/ConfigOptions.cs#L71
Dereference of a possibly null reference.
build (Debug): src/dataLayers/TextLayer.cs#L37
Possible null reference return.
build (Debug): src/dataLayers/CursorLayer.cs#L22
Non-nullable field 'LastImage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.