Skip to content

Update dotnet-release.yml #3

Update dotnet-release.yml

Update dotnet-release.yml #3

Triggered via push February 28, 2024 20:48
Status Success
Total duration 1m 32s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build-windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: vimtor/action-zip@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-windows
The following actions uses node12 which is deprecated and will be forced to run on node16: vimtor/action-zip@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L22
Nullability of reference types in type of parameter 'sender' of 'void Program.RefreshIconTimer_Tick(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L34
Nullability of reference types in type of parameter 'sender' of 'void Program.OnlineCalendarItemClickEvent(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L35
Nullability of reference types in type of parameter 'sender' of 'void Program.HolidayItemClickEvent(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L36
Nullability of reference types in type of parameter 'sender' of 'void Program.QuitItemClickEvent(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L42
Nullability of reference types in type of parameter 'sender' of 'void Program.TrayIcon_Click(object sender, MouseEventArgs e)' doesn't match the target delegate 'MouseEventHandler' (possibly because of nullability attributes).
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L8
Non-nullable field 'RefreshIconTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L9
Non-nullable field 'CalendarWeekNotifyIcon' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L22
Nullability of reference types in type of parameter 'sender' of 'void Program.RefreshIconTimer_Tick(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L34
Nullability of reference types in type of parameter 'sender' of 'void Program.OnlineCalendarItemClickEvent(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L35
Nullability of reference types in type of parameter 'sender' of 'void Program.HolidayItemClickEvent(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-windows
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-windows: src/Nager.WindowsCalendarWeek/Program.cs#L22
Nullability of reference types in type of parameter 'sender' of 'void Program.RefreshIconTimer_Tick(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L34
Nullability of reference types in type of parameter 'sender' of 'void Program.OnlineCalendarItemClickEvent(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L35
Nullability of reference types in type of parameter 'sender' of 'void Program.HolidayItemClickEvent(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L36
Nullability of reference types in type of parameter 'sender' of 'void Program.QuitItemClickEvent(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L42
Nullability of reference types in type of parameter 'sender' of 'void Program.TrayIcon_Click(object sender, MouseEventArgs e)' doesn't match the target delegate 'MouseEventHandler' (possibly because of nullability attributes).
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L8
Non-nullable field 'RefreshIconTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-windows: src/Nager.WindowsCalendarWeek/Program.cs#L9
Non-nullable field 'CalendarWeekNotifyIcon' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.