Skip to content

Merge branch 'development' #105

Merge branch 'development'

Merge branch 'development' #105

Re-run triggered September 20, 2023 21:00
Status Failure
Total duration 2m 44s
Artifacts

docfx.yml

on: push
Build DocFX Documentation
2m 32s
Build DocFX Documentation
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
Build DocFX Documentation
FTPError: 550 SSL/TLS required on the control channel
Build DocFX Documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: SamKirkland/[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 DocFX Documentation: src/Artemis.UI.Shared/Services/Window/WindowService.cs#L76
Possible null reference argument for parameter 'owner' in 'Task Window.ShowDialog(Window owner)'.
Build DocFX Documentation: src/Artemis.UI.Shared/Services/Window/WindowService.cs#L117
Possible null reference argument for parameter 'owner' in 'Task<TResult> Window.ShowDialog<TResult>(Window owner)'.
Build DocFX Documentation: src/Artemis.UI.Shared/Services/ProfileEditor/ProfileEditorService.cs#L81
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Build DocFX Documentation: src/Artemis.UI.Shared/Controls/DeviceVisualizer.cs#L195
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Build DocFX Documentation: src/Artemis.UI.Shared/Controls/DeviceVisualizer.cs#L313
The variable 'e' is declared but never used
Build DocFX Documentation: src/Artemis.UI.Shared/Controls/Pagination/Pagination.cs#L28
Missing XML comment for publicly visible type or member 'Pagination.PreviousButton'
Build DocFX Documentation: src/Artemis.UI.Shared/Controls/Pagination/Pagination.cs#L29
Missing XML comment for publicly visible type or member 'Pagination.NextButton'
Build DocFX Documentation: src/Artemis.UI.Shared/Controls/Pagination/Pagination.cs#L30
Missing XML comment for publicly visible type or member 'Pagination.PagesView'
Build DocFX Documentation: src/Artemis.UI.Shared/Controls/TagsInput/TagsInput.cs#L12
Missing XML comment for publicly visible type or member 'TagsInput'
Build DocFX Documentation: src/Artemis.Core/Services/Registration/LayerBrushService.cs#L45
Dereference of a possibly null reference.
Build DocFX Documentation: src/Artemis.Core/Services/PluginManagementService.cs#L38
Non-nullable field '_hotReloadWatcher' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build DocFX Documentation: src/Artemis.Core/Models/ProfileConfiguration/ProfileConfiguration.cs#L26
The field 'ProfileConfiguration._isBeingEdited' is never used
Build DocFX Documentation: src/Artemis.Core/Services/ProcessMonitoring/ProcessInfo.cs#L3
Missing XML comment for publicly visible type or member 'ProcessInfo'
Build DocFX Documentation: src/Artemis.Core/Services/ProcessMonitoring/ProcessInfo.cs#L7
Missing XML comment for publicly visible type or member 'ProcessInfo.ProcessId'
Build DocFX Documentation: src/Artemis.Core/Services/ProcessMonitoring/ProcessInfo.cs#L8
Missing XML comment for publicly visible type or member 'ProcessInfo.ProcessName'
Build DocFX Documentation: src/Artemis.Core/Services/ProcessMonitoring/ProcessInfo.cs#L9
Missing XML comment for publicly visible type or member 'ProcessInfo.ImageName'
Build DocFX Documentation: src/Artemis.Core/Services/ProcessMonitoring/ProcessInfo.cs#L10
Missing XML comment for publicly visible type or member 'ProcessInfo.Executable'
Build DocFX Documentation: src/Artemis.Core/Services/ProcessMonitoring/ProcessInfo.cs#L16
Missing XML comment for publicly visible type or member 'ProcessInfo.ProcessInfo(int, string, string, string)'
Build DocFX Documentation: src/Artemis.Core/Services/ProcessMonitoring/ProcessMonitor.cs#L10
Missing XML comment for publicly visible type or member 'ProcessMonitor'