Skip to content

bugfix: incorrect branch for automation #2

bugfix: incorrect branch for automation

bugfix: incorrect branch for automation #2

Re-run triggered June 13, 2024 06:18
Status Cancelled
Total duration 1m 16s
Artifacts

pre-release.yaml

on: push
Matrix: Pre Release
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 22 warnings
Pre Release (windows-latest)
The job was canceled because "macOS-latest" failed.
Pre Release (windows-latest)
The operation was canceled.
Pre Release (ubuntu-latest)
The job was canceled because "macOS-latest" failed.
Pre Release (ubuntu-latest)
The operation was canceled.
Pre Release (macOS-latest)
Resource not accessible by integration
Pre Release (ubuntu-latest): Models/Settings.cs#L16
Non-nullable property 'TimeSlots' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Pre Release (ubuntu-latest): Views/MainWindow.axaml.cs#L22
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.OnClosing(object sender, CancelEventArgs e)' doesn't match the target delegate 'EventHandler<WindowClosingEventArgs>' (possibly because of nullability attributes).
Pre Release (ubuntu-latest): Foundation/Imaging.cs#L62
Possible null reference argument for parameter 'o' in 'TrayIcons? TrayIcon.GetIcons(Application o)'.
Pre Release (ubuntu-latest): Foundation/Imaging.cs#L62
Possible null reference argument for parameter 'source' in 'TrayIcon Enumerable.First<TrayIcon>(IEnumerable<TrayIcon> source)'.
Pre Release (ubuntu-latest): App.axaml.cs#L75
Possible null reference assignment.
Pre Release (ubuntu-latest): App.axaml.cs#L24
Cannot convert null literal to non-nullable reference type.
Pre Release (ubuntu-latest): Views/AboutDialog.axaml.cs#L9
Possible null reference assignment.
Pre Release (ubuntu-latest): Views/AboutDialog.axaml.cs#L11
Dereference of a possibly null reference.
Pre Release (ubuntu-latest): Foundation/Imaging.cs#L81
Possible null reference argument for parameter 'o' in 'TrayIcons? TrayIcon.GetIcons(Application o)'.
Pre Release (ubuntu-latest): Foundation/Imaging.cs#L81
Possible null reference argument for parameter 'source' in 'TrayIcon Enumerable.First<TrayIcon>(IEnumerable<TrayIcon> source)'.
Pre Release (macOS-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, marvinpinto/action-automatic-releases@latest. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Pre Release (macOS-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, 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/
Pre Release (macOS-latest): Views/MainWindow.axaml.cs#L22
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.OnClosing(object sender, CancelEventArgs e)' doesn't match the target delegate 'EventHandler<WindowClosingEventArgs>' (possibly because of nullability attributes).
Pre Release (macOS-latest): Foundation/Imaging.cs#L62
Possible null reference argument for parameter 'o' in 'TrayIcons? TrayIcon.GetIcons(Application o)'.
Pre Release (macOS-latest): Foundation/Imaging.cs#L62
Possible null reference argument for parameter 'source' in 'TrayIcon Enumerable.First<TrayIcon>(IEnumerable<TrayIcon> source)'.
Pre Release (macOS-latest): App.axaml.cs#L75
Possible null reference assignment.
Pre Release (macOS-latest): App.axaml.cs#L24
Cannot convert null literal to non-nullable reference type.
Pre Release (macOS-latest): Foundation/Imaging.cs#L81
Possible null reference argument for parameter 'o' in 'TrayIcons? TrayIcon.GetIcons(Application o)'.
Pre Release (macOS-latest): Foundation/Imaging.cs#L81
Possible null reference argument for parameter 'source' in 'TrayIcon Enumerable.First<TrayIcon>(IEnumerable<TrayIcon> source)'.
Pre Release (macOS-latest): Views/AboutDialog.axaml.cs#L9
Possible null reference assignment.
Pre Release (macOS-latest): Views/AboutDialog.axaml.cs#L11
Dereference of a possibly null reference.
Pre Release (macOS-latest): ViewModels/MainWindowViewModel.cs#L25
Non-nullable field '_slots' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.