Skip to content

Refactor libraries, update README, add new classes #3

Refactor libraries, update README, add new classes

Refactor libraries, update README, add new classes #3

Triggered via push December 25, 2023 19:32
Status Failure
Total duration 1m 59s
Artifacts

main.yml

on: push
Create Version Strings
4s
Create Version Strings
Pull Request Job
0s
Pull Request Job
Merge Job
1m 36s
Merge Job
Release Job
0s
Release Job
Fit to window
Zoom out
Zoom in

Annotations

1 error and 14 warnings
Merge Job
Process completed with exit code 1.
Create Version Strings
The following actions uses node12 which is deprecated and will be forced to run on node16: oprypin/find-latest-tag@v1.0.4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Create Version Strings
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/
Create Version Strings
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/
Create Version Strings
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/
Merge Job: Frank.Libraries.Wpf/Canvases/PanAndZoomCanvas.cs#L25
Non-nullable field '_selectedElement' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Merge Job: Frank.Libraries.Wpf/Canvases/PanAndZoomCanvas.cs#L27
The variable 'lineEvery' is assigned but its value is never used
Merge Job: Frank.Libraries.Wpf/Windows/Dialogs/TextInputDialog.cs#L13
Non-nullable property 'ResponseText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Merge Job: Frank.Libraries.Wpf/Canvases/PanAndZoomCanvas.cs#L152
Cannot convert null literal to non-nullable reference type.
Merge Job: Frank.Libraries.Wpf/Extensions/ControlExtensions.cs#L74
Possible null reference return.
Merge Job: Frank.Libraries.Wpf/Inputs/Boxes/Dropdown.cs#L25
Possible null reference argument for parameter 'source' in 'ComboBoxItem ObjectExtensions.As<ComboBoxItem>(object source)'.
Merge Job: Frank.Libraries.Wpf/Extensions/DependencyObjectExtensions.cs#L53
Possible null reference return.
Merge Job: Frank.Libraries.Wpf/Extensions/DependencyObjectExtensions.cs#L55
Converting null literal or possible null value to non-nullable type.
Merge Job: Frank.Libraries.Wpf/Extensions/DependencyObjectExtensions.cs#L87
Possible null reference return.
Merge Job: Frank.Libraries.Wpf.Markdown/Pages/MarkdownPreviewPage.cs#L23
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.