WatchList.WPF - Create project and add first button. #91
Annotations
11 warnings
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/Popup.cs#L34
Non-nullable property 'SizeGripRenderer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
WatchList.WinForms/Control/CheckComboBox/Popup.cs#L34
Non-nullable property 'OwnerPopup' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
WatchList.WinForms/Control/CheckComboBox/Popup.cs#L34
Non-nullable property 'ChildPopup' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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/BindingItem/ModelBoxForm/Sorter/SortItemsModel.cs#L21
Nullability of reference types in value of type 'string?[]' doesn't match target type 'string[]'.
|
Build:
WatchList.WinForms/BindingItem/ModelBoxForm/Sorter/SortItemsModel.cs#L12
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/Popup.cs#L392
Converting null literal or possible null value to non-nullable type.
|
Build:
WatchList.WinForms/Control/CheckComboBox/Popup.cs#L393
Possible null reference assignment.
|
Loading