Skip to content

Feature/#102

Feature/#102 #800

Triggered via pull request December 9, 2024 20:27
Status Success
Total duration 1m 4s
Artifacts

builderItem.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: WatchList.WinForms/Control/CheckComboBox/Component/CheckBoxComboBoxListControl.cs#L97
Obsolete member 'CheckBoxComboBoxListControl.OnVisibleChanged(EventArgs)' overrides non-obsolete member 'Control.OnVisibleChanged(EventArgs)'
build: WatchList.WinForms/Extension/SelectFieldsCbCmbExtension.cs#L29
Nullability of reference types in value of type 'string?[]' doesn't match target type 'string[]'.
build: WatchList.WinForms/Control/CheckComboBox/Component/CheckBoxProperties.cs#L24
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: WatchList.WinForms/Control/CheckComboBox/Component/CheckBoxComboBoxListControl.cs#L111
'CheckBoxComboBoxItemList.Remove(CheckBoxComboBoxItem)' is obsolete: 'Do not remove items from this list directly. Use the ComboBox items instead.'
build: WatchList.WinForms/Control/CheckComboBox/Component/CheckBoxComboBoxItemList.cs#L18
Non-nullable event 'CheckBoxCheckedChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: WatchList.WinForms/Control/CheckComboBox/Component/CheckBoxComboBoxItemList.cs#L37
'CheckBoxComboBox.DataSource' is obsolete
build: WatchList.WinForms/Control/CheckComboBox/Component/CheckBoxComboBoxItemList.cs#L52
Dereference of a possibly null reference.