Skip to content

Add Middleware

Add Middleware #744

Triggered via pull request July 10, 2024 20:56
@Stan-KudriStan-Kudri
synchronize #84
Feature/#81
Status Success
Total duration 1m 8s
Artifacts

builderItem.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated 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/Extension/SelectFieldsCbCmbExtension.cs#L28
Nullability of reference types in value of type 'string?[]' doesn't match target type 'string[]'.
build: WatchList.WinForms/Control/CheckComboBox/PopupComboBox.cs#L28
Non-nullable field 'dropDownControl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: WatchList.WinForms/Control/CheckComboBox/Component/CheckBoxProperties.cs#L24
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: WatchList.WinForms/BoxCinemaForm.cs#L78
'CheckBoxComboBox.SelectItemsStr(string[])' is obsolete
build: WatchList.WinForms/BoxCinemaForm.cs#L79
'CheckBoxComboBox.SelectAllItem()' is obsolete
build: WatchList.WinForms/BoxCinemaForm.cs#L80
'CheckBoxComboBox.SelectAllItem()' is obsolete
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).