Skip to content

Merge branch 'development' #132

Merge branch 'development'

Merge branch 'development' #132

Triggered via push February 28, 2024 19:03
Status Success
Total duration 4m 0s
Artifacts

docfx.yml

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

Annotations

12 warnings
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, SamKirkland/FTP-Deploy-Action@4.3.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build DocFX Documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: SamKirkland/FTP-Deploy-Action@4.3.2. 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/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/Services/DataModelUIService.cs#L24
Non-nullable field '_showFullPaths' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build DocFX Documentation: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L24
Non-nullable field '_showDataModelValues' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build DocFX Documentation: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L22
The field 'DataModelUIService._showDataModelValues' is never used
Build DocFX Documentation: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L21
The field 'DataModelUIService._showFullPaths' is never used
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/Services/DataModelUIService.cs#L24
Non-nullable field '_showFullPaths' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.