Skip to content

Merge branch 'development' #98

Merge branch 'development'

Merge branch 'development' #98

Triggered via push January 29, 2024 21:12
Status Success
Total duration 55s
Artifacts

nuget.yml

on: push
version
7s
version
Publish Nuget Packages
31s
Publish Nuget Packages
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
version
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish Nuget Packages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v2, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish Nuget Packages: src/Artemis.Core/Services/Registration/LayerBrushService.cs#L45
Dereference of a possibly null reference.
Publish Nuget Packages: src/Artemis.Core/Models/Surface/ArtemisDevice.cs#L158
Missing XML comment for publicly visible type or member 'ArtemisDevice.LayoutSelection'
Publish Nuget Packages: src/Artemis.Core/Models/Surface/Layout/ArtemisLayout.cs#L60
Missing XML comment for publicly visible type or member 'ArtemisLayout.IsDefaultLayout'
Publish Nuget Packages: src/Artemis.Core/Providers/CustomPathLayoutProvider.cs#L3
Missing XML comment for publicly visible type or member 'CustomPathLayoutProvider'
Publish Nuget Packages: src/Artemis.Core/Providers/CustomPathLayoutProvider.cs#L5
Missing XML comment for publicly visible type or member 'CustomPathLayoutProvider.LayoutType'
Publish Nuget Packages: src/Artemis.Core/Providers/DefaultLayoutProvider.cs#L3
Missing XML comment for publicly visible type or member 'DefaultLayoutProvider'
Publish Nuget Packages: src/Artemis.Core/Providers/DefaultLayoutProvider.cs#L5
Missing XML comment for publicly visible type or member 'DefaultLayoutProvider.LayoutType'
Publish Nuget Packages: src/Artemis.Core/Providers/Interfaces/ILayoutProvider.cs#L15
Missing XML comment for publicly visible type or member 'ILayoutProvider.ApplyLayout(ArtemisDevice, ArtemisLayout)'
Publish Nuget Packages: src/Artemis.Core/Providers/Interfaces/ILayoutProvider.cs#L16
Missing XML comment for publicly visible type or member 'ILayoutProvider.IsMatch(ArtemisDevice)'
Publish Nuget Packages: src/Artemis.Core/Providers/NoneLayoutProvider.cs#L3
Missing XML comment for publicly visible type or member 'NoneLayoutProvider'
Publish Nuget Packages: 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.
Publish Nuget Packages: 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.
Publish Nuget Packages: 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.