Skip to content

feat(statistics): display latest usage with chart #8

feat(statistics): display latest usage with chart

feat(statistics): display latest usage with chart #8

Triggered via push June 19, 2024 06:49
Status Success
Total duration 3m 0s
Artifacts

pre-release.yaml

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

Annotations

36 warnings
Pre Release (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Pre Release (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. 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 (ubuntu-latest): Models/Stat.cs#L8
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Pre Release (ubuntu-latest): Models/Stat.cs#L26
Non-nullable property 'DailyStats' 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): 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): 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): ViewModels/MainWindowViewModel.cs#L32
Non-nullable field '_slots' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Pre Release (ubuntu-latest): ViewModels/MainWindowViewModel.cs#L32
Non-nullable field '_showProgressText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Pre Release (ubuntu-latest): ViewModels/MainWindowViewModel.cs#L32
Non-nullable field '_labelStatus' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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. 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. 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): 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#L32
Non-nullable field '_slots' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Pre Release (macOS-latest): ViewModels/MainWindowViewModel.cs#L32
Non-nullable field '_showProgressText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Pre Release (macOS-latest): ViewModels/MainWindowViewModel.cs#L32
Non-nullable field '_labelStatus' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Pre Release (macOS-latest): ViewModels/MainWindowViewModel.cs#L32
Non-nullable event 'addTimeSpanOkAction' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Pre Release (macOS-latest): Models/Stat.cs#L8
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Pre Release (macOS-latest): Models/Stat.cs#L26
Non-nullable property 'DailyStats' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Pre Release (macOS-latest): App.axaml.cs#L75
Possible null reference assignment.
Pre Release (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Pre Release (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. 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 (windows-latest): Models/Stat.cs#L8
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Pre Release (windows-latest): Models/Stat.cs#L26
Non-nullable property 'DailyStats' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Pre Release (windows-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 (windows-latest): Views/AboutDialog.axaml.cs#L9
Possible null reference assignment.
Pre Release (windows-latest): Views/AboutDialog.axaml.cs#L11
Dereference of a possibly null reference.
Pre Release (windows-latest): App.axaml.cs#L75
Possible null reference assignment.
Pre Release (windows-latest): App.axaml.cs#L24
Cannot convert null literal to non-nullable reference type.
Pre Release (windows-latest): ViewModels/MainWindowViewModel.cs#L32
Non-nullable field '_slots' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Pre Release (windows-latest): ViewModels/MainWindowViewModel.cs#L32
Non-nullable field '_showProgressText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Pre Release (windows-latest): ViewModels/MainWindowViewModel.cs#L32
Non-nullable field '_labelStatus' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.