Skip to content

Publish

Publish #11

Manually triggered September 10, 2024 15:38
Status Success
Total duration 2m 6s
Artifacts

publish.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish: RelayCommand.cs#L10
Non-nullable event 'CanExecuteChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
publish: AdvancedMessageBoxViewModel.cs#L11
Possible null reference return.
publish: AdvancedMessageBoxViewModel.cs#L23
Possible null reference return.
publish: AdvancedMessageBoxViewModel.cs#L35
Possible null reference return.
publish: CommandViewModel.cs#L11
Possible null reference return.
publish: CommandViewModel.cs#L23
Possible null reference return.
publish: Program.cs#L432
Possible null reference return.
publish: RelayCommand.cs#L12
The event 'RelayCommand.CanExecuteChanged' is never used
publish: AdvancedMessageBoxViewModel.cs#L9
Change 'Commands' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
publish: Program.cs#L35
Member '_currentOSVersion' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)