.NET Pre-Release #25
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: marvinpinto/action-automatic-releases@latest. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
StylableWinFormsControls/StylableWinFormsControls/Native/NativeSubClass.cs#L12
Non-nullable event 'SubClassedWndProc' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build:
StylableWinFormsControls/StylableWinFormsControls/Controls/StylableDataGridView.cs#L20
Non-nullable field '_parentForm' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
StylableWinFormsControls/StylableWinFormsControls/Controls/StylableLabel.cs#L11
Non-nullable field '_textMeasurementCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
StylableWinFormsControls/StylableWinFormsControls/Controls/StylableComboBox.cs#L91
Converting null literal or possible null value to non-nullable type.
|
build:
StylableWinFormsControls/StylableWinFormsControls/Controls/StylableComboBox.cs#L93
Converting null literal or possible null value to non-nullable type.
|
build:
StylableWinFormsControls/StylableWinFormsControls/Controls/StylableTextBox.cs#L35
Possible null reference assignment.
|
build:
StylableWinFormsControls/StylableWinFormsControls/Controls/StylableTextBox.cs#L100
Non-nullable field 'm_delayedTextChangedTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
StylableWinFormsControls/StylableWinFormsControls/Controls/StylableTextBox.cs#L100
Non-nullable field '_hint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
StylableWinFormsControls/StylableWinFormsControls/Controls/StylableTextBox.cs#L100
Non-nullable event 'DelayedTextChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build:
StylableWinFormsControls/StylableWinFormsControls/Controls/StylableTextBox.cs#L100
Non-nullable field '_hintActiveChanged' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|