Skip to content

Merge branch 'development' #91

Merge branch 'development'

Merge branch 'development' #91

Triggered via push October 8, 2023 12:56
Status Success
Total duration 1m 8s
Artifacts

nuget.yml

on: push
version
9s
version
Publish Nuget Packages
42s
Publish Nuget Packages
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Publish Nuget Packages: 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.
Publish Nuget Packages: src/Artemis.Core/Services/Registration/LayerBrushService.cs#L45
Dereference of a possibly null reference.
Publish Nuget Packages: src/Artemis.Core/Models/ProfileConfiguration/ProfileConfiguration.cs#L26
The field 'ProfileConfiguration._isBeingEdited' is never used
Publish Nuget Packages: src/Artemis.Core/Constants.cs#L155
XML comment has cref attribute 'UpdateGraphicsContext' that could not be resolved
Publish Nuget Packages: src/Artemis.Core/Models/Surface/ArtemisDevice.cs#L249
XML comment has cref attribute 'IRgbService' that could not be resolved
Publish Nuget Packages: src/Artemis.Core/Models/Surface/ArtemisDevice.cs#L303
XML comment has cref attribute 'ApplyBestDeviceLayout' that could not be resolved
Publish Nuget Packages: src/Artemis.Core/Services/ProcessMonitoring/ProcessInfo.cs#L3
Missing XML comment for publicly visible type or member 'ProcessInfo'
Publish Nuget Packages: src/Artemis.Core/Services/ProcessMonitoring/ProcessInfo.cs#L7
Missing XML comment for publicly visible type or member 'ProcessInfo.ProcessId'
Publish Nuget Packages: src/Artemis.Core/Services/ProcessMonitoring/ProcessInfo.cs#L8
Missing XML comment for publicly visible type or member 'ProcessInfo.ProcessName'
Publish Nuget Packages: src/Artemis.Core/Services/ProcessMonitoring/ProcessInfo.cs#L9
Missing XML comment for publicly visible type or member 'ProcessInfo.ImageName'
Publish Nuget Packages: src/Artemis.UI.Shared/Services/Window/WindowService.cs#L76
Possible null reference argument for parameter 'owner' in 'Task Window.ShowDialog(Window owner)'.
Publish Nuget Packages: src/Artemis.UI.Shared/Services/Window/WindowService.cs#L117
Possible null reference argument for parameter 'owner' in 'Task<TResult> Window.ShowDialog<TResult>(Window owner)'.
Publish Nuget Packages: 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.
Publish Nuget Packages: src/Artemis.UI.Shared/Controls/DeviceVisualizer.cs#L300
The variable 'e' is declared but never used
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/Controls/Pagination/Pagination.cs#L28
Missing XML comment for publicly visible type or member 'Pagination.PreviousButton'
Publish Nuget Packages: src/Artemis.UI.Shared/Controls/Pagination/Pagination.cs#L29
Missing XML comment for publicly visible type or member 'Pagination.NextButton'
Publish Nuget Packages: src/Artemis.UI.Shared/Controls/Pagination/Pagination.cs#L30
Missing XML comment for publicly visible type or member 'Pagination.PagesView'
Publish Nuget Packages: src/Artemis.UI.Shared/Controls/TagsInput/TagsInput.cs#L12
Missing XML comment for publicly visible type or member 'TagsInput'