Skip to content

Version 2.0.0.2404

Version 2.0.0.2404 #36

Triggered via push April 18, 2024 12:30
Status Success
Total duration 1m 7s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 `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 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 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 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 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 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 declaring the property as nullable.
build: DayBar/MainWindow.xaml.cs#L159
Nullable value type may be null.
build: DayBar/Pages/SettingsPage.xaml.cs#L42
Non-nullable field 'ThemeSelectedBorder' must contain a non-null value when exiting constructor. Consider 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.