Skip to content

Update dotnet-release.yml #4

Update dotnet-release.yml

Update dotnet-release.yml #4

Triggered via push February 28, 2024 20:53
Status Success
Total duration 1m 17s
Artifacts
build-windows
1m 6s
build-windows
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
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.