.NET Pre-Release #23
Annotations
3 errors and 13 warnings
build
The file 'D:\a\winforms-stylable-controls\winforms-stylable-controls\StylableWinFormsControls\StylableWinFormsControls.Example\bin\Release\net6.0-windows\StylableWinFormsControls.Example.runtimeconfig.json' to be packed was not found on disk.
|
build
The file 'D:\a\winforms-stylable-controls\winforms-stylable-controls\StylableWinFormsControls\StylableWinFormsControls\bin\Release\net6.0-windows\StylableWinFormsControls.dll' to be packed was not found on disk.
|
build
Process completed with exit code 1.
|
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/Extensions/ControlPaintExtensions.cs#L225
Unreachable code detected
|
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/StylableListView.cs#L101
Unboxing a possibly null value.
|
build:
StylableWinFormsControls/StylableWinFormsControls/Controls/StylableListView.cs#L108
Unboxing a possibly null value.
|
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.
|