WatchList.WPF - Create project and add first button. #769
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
WatchList.WinForms/Control/CheckComboBox/Component/CheckBoxComboBoxListControl.cs#L97
Obsolete member 'CheckBoxComboBoxListControl.OnVisibleChanged(EventArgs)' overrides non-obsolete member 'Control.OnVisibleChanged(EventArgs)'
|
build:
WatchList.WinForms/Control/CheckComboBox/PopupComboBox.cs#L28
Non-nullable field 'dropDownControl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
WatchList.WinForms/Control/CheckComboBox/CheckBoxComboBox.cs#L34
'CheckBoxComboBox.CheckBoxProperties_Changed(object, EventArgs)' is obsolete
|
build:
WatchList.WinForms/Control/CheckComboBox/CheckBoxComboBox.cs#L34
Nullability of reference types in type of parameter 'sender' of 'void CheckBoxComboBox.CheckBoxProperties_Changed(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
build:
WatchList.WinForms/Control/CheckComboBox/CheckBoxComboBox.cs#L41
Nullability of reference types in type of parameter 'sender' of 'void CheckBoxComboBox.Items_CheckBoxChanged(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
build:
WatchList.WinForms/Control/CheckComboBox/CheckBoxComboBox.cs#L28
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/BoxCinemaForm.cs#L76
'CheckBoxComboBox.SelectItemsStr(string[])' is obsolete
|
build:
WatchList.WinForms/BoxCinemaForm.cs#L77
'CheckBoxComboBox.SelectAllItem()' is obsolete
|
build:
WatchList.WinForms/BoxCinemaForm.cs#L78
'CheckBoxComboBox.SelectAllItem()' is obsolete
|
build:
WatchList.WinForms/Control/CheckComboBox/CheckBoxComboBox.cs#L160
'CheckBoxComboBox.CheckBoxProperties_Changed(object, EventArgs)' is obsolete
|