Skip to content

Publish Nuget packages #74

Publish Nuget packages

Publish Nuget packages #74

Manually triggered July 14, 2023 22:20
Status Success
Total duration 1m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

nuget.yml

on: workflow_dispatch
version
6s
version
Publish Nuget Packages
40s
Publish Nuget Packages
Fit to window
Zoom out
Zoom in

Annotations

12 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.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/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/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/ReactiveAppWindow.cs#L81
Unboxing a possibly null value.
Publish Nuget Packages: src/Artemis.UI.Shared/ReactiveAppWindow.cs#L89
Unboxing a possibly null value.
Publish Nuget Packages: src/Artemis.UI.Shared/Exceptions/ArtemisRoutingException.cs#L5
Missing XML comment for publicly visible type or member 'ArtemisRoutingException'
Publish Nuget Packages: src/Artemis.UI.Shared/Routing/Route/ParameterParsers/IRouteParameterParser.cs#L3
Missing XML comment for publicly visible type or member 'IRouteParameterParser'