Skip to content

Merge branch 'development' #117

Merge branch 'development'

Merge branch 'development' #117

Triggered via push January 30, 2024 12:15
Status Failure
Total duration 3m 35s
Artifacts

docfx.yml

on: push
Build DocFX Documentation
3m 21s
Build DocFX Documentation
Fit to window
Zoom out
Zoom in

Annotations

1 error and 17 warnings
Build DocFX Documentation
Process completed with exit code 1.
Build DocFX Documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build DocFX Documentation: src/Artemis.UI.Shared/Controls/DeviceVisualizer.cs#L198
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/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/ReactiveAppWindow.cs#L28
Inadvisable registration: Generic types cannot be referenced from XAML. Create a non-generic type to be the owner of this AvaloniaProperty.
Build DocFX Documentation: src/Artemis.UI.Shared/Controls/DeviceVisualizer.cs#L198
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/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/ReactiveAppWindow.cs#L28
Inadvisable registration: Generic types cannot be referenced from XAML. Create a non-generic type to be the owner of this AvaloniaProperty.
Build DocFX Documentation: src/Artemis.Core/Services/Registration/LayerBrushService.cs#L45
Dereference of a possibly null reference.
Build DocFX Documentation: src/Artemis.Core/Models/Surface/ArtemisDevice.cs#L158
Missing XML comment for publicly visible type or member 'ArtemisDevice.LayoutSelection'
Build DocFX Documentation: src/Artemis.Core/Models/Surface/Layout/ArtemisLayout.cs#L60
Missing XML comment for publicly visible type or member 'ArtemisLayout.IsDefaultLayout'
Build DocFX Documentation: src/Artemis.Core/Providers/CustomPathLayoutProvider.cs#L3
Missing XML comment for publicly visible type or member 'CustomPathLayoutProvider'
Build DocFX Documentation: src/Artemis.Core/Providers/CustomPathLayoutProvider.cs#L5
Missing XML comment for publicly visible type or member 'CustomPathLayoutProvider.LayoutType'
Build DocFX Documentation: src/Artemis.Core/Providers/DefaultLayoutProvider.cs#L3
Missing XML comment for publicly visible type or member 'DefaultLayoutProvider'
Build DocFX Documentation: src/Artemis.Core/Providers/DefaultLayoutProvider.cs#L5
Missing XML comment for publicly visible type or member 'DefaultLayoutProvider.LayoutType'
Build DocFX Documentation: src/Artemis.Core/Providers/Interfaces/ILayoutProvider.cs#L15
Missing XML comment for publicly visible type or member 'ILayoutProvider.ApplyLayout(ArtemisDevice, ArtemisLayout)'
Build DocFX Documentation: src/Artemis.Core/Providers/Interfaces/ILayoutProvider.cs#L16
Missing XML comment for publicly visible type or member 'ILayoutProvider.IsMatch(ArtemisDevice)'
Build DocFX Documentation: src/Artemis.Core/Providers/NoneLayoutProvider.cs#L3
Missing XML comment for publicly visible type or member 'NoneLayoutProvider'