Skip to content

Bump Hardcodet.NotifyIcon.Wpf from 1.1.0 to 2.0.0 #48

Bump Hardcodet.NotifyIcon.Wpf from 1.1.0 to 2.0.0

Bump Hardcodet.NotifyIcon.Wpf from 1.1.0 to 2.0.0 #48

Triggered via pull request October 8, 2024 04:20
Status Success
Total duration 1m 5s
Artifacts

dotnet-desktop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/[email protected]. 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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: DayBar/Classes/Global.cs#L41
Non-nullable property 'HomePage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: DayBar/Classes/Global.cs#L42
Non-nullable property 'SettingsPage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: DayBar/Classes/Global.cs#L43
Non-nullable property 'ToDoPage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: DayBar/Classes/Global.cs#L44
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: DayBar/Classes/Global.cs#L45
Non-nullable property 'MainWindow' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: DayBar/Classes/Global.cs#L46
Non-nullable property 'Todos' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: DayBar/Pages/SettingsPage.xaml.cs#L42
Non-nullable field 'ThemeSelectedBorder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: DayBar/Pages/SettingsPage.xaml.cs#L66
Cannot convert null literal to non-nullable reference type.
build: DayBar/Pages/SettingsPage.xaml.cs#L76
Nullable value type may be null.
build: DayBar/MainWindow.xaml.cs#L160
Nullable value type may be null.