Skip to content

.NET Pre-Release

.NET Pre-Release #24

Manually triggered August 12, 2023 09:43
Status Success
Total duration 1m 32s
Artifacts

prerelease.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 13 warnings
build
StylableWinFormsControls/StylableWinFormsControls/bin/Debug/net6.0-windows/StylableWinFormsControls.dll doesn't match any files
build
StylableWinFormsControls/StylableWinFormsControls/bin/Debug/*.nupkg doesn't match any files
build
StylableWinFormsControls/StylableWinFormsControls/bin/Debug/*.snupkg doesn't match any files
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/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/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/StylableTabControl.cs#L130
Nullability of reference types in type of parameter 'sender' of 'void StylableTabControl.StylableTabControl_ControlAdded(object sender, ControlEventArgs e)' doesn't match the target delegate 'ControlEventHandler' (possibly because of nullability attributes).
build: StylableWinFormsControls/StylableWinFormsControls/Controls/StylableTabControl.cs#L131
Nullability of reference types in type of parameter 'sender' of 'void StylableTabControl.StylableTabControl_ControlRemoved(object sender, ControlEventArgs e)' doesn't match the target delegate 'ControlEventHandler' (possibly because of nullability attributes).
build: StylableWinFormsControls/StylableWinFormsControls/Controls/StylableTabControl.cs#L132
Nullability of reference types in type of parameter 'sender' of 'void StylableTabControl.StylableTabControl_SelectedIndexChanged(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).