Merge pull request #812 from Artemis-RGB/feature/process-monitor-opt #83
nuget.yml
on: push
version
7s
Publish Nuget Packages
42s
Annotations
20 warnings
Publish Nuget Packages:
src/Artemis.Core/Services/Registration/LayerBrushService.cs#L45
Dereference of a possibly null reference.
|
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/Models/ProfileConfiguration/ProfileConfigurationIcon.cs#L18
The field 'ProfileConfigurationIcon._originalFileName' is never used
|
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.Core/Services/ProcessMonitoring/ProcessInfo.cs#L10
Missing XML comment for publicly visible type or member 'ProcessInfo.Executable'
|
Publish Nuget Packages:
src/Artemis.Core/Services/ProcessMonitoring/ProcessInfo.cs#L16
Missing XML comment for publicly visible type or member 'ProcessInfo.ProcessInfo(int, string, string, string)'
|
Publish Nuget Packages:
src/Artemis.Core/Services/ProcessMonitoring/ProcessMonitor.cs#L10
Missing XML comment for publicly visible type or member 'ProcessMonitor'
|
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#L313
The variable 'e' is declared but never used
|
Publish Nuget Packages:
src/Artemis.UI.Shared/Services/Window/WindowService.cs#L77
Possible null reference argument for parameter 'owner' in 'Task Window.ShowDialog(Window owner)'.
|
Publish Nuget Packages:
src/Artemis.UI.Shared/Services/Window/WindowService.cs#L118
Possible null reference argument for parameter 'owner' in 'Task<TResult> Window.ShowDialog<TResult>(Window owner)'.
|
Publish Nuget Packages:
src/Artemis.UI.Shared/Behaviors/LostFocusTextBoxBindingBehavior.cs#L54
Possible null reference assignment.
|
Publish Nuget Packages:
src/Artemis.UI.Shared/Services/ProfileEditor/ProfileEditorService.cs#L82
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/Exceptions/ArtemisRoutingException.cs#L5
Missing XML comment for publicly visible type or member 'ArtemisRoutingException'
|