✨ Add total time logged display in records #7
publish.yml
on: push
deploy-to-github-pages
1m 5s
Annotations
10 warnings
deploy-to-github-pages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, JamesIves/github-pages-deploy-action@3.7.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: JamesIves/github-pages-deploy-action@3.7.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
deploy-to-github-pages
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
deploy-to-github-pages:
Timely/Services/Data/ShiftManager.cs#L33
Dereference of a possibly null reference.
|
deploy-to-github-pages:
Timely/Components/TimeRecord.razor#L28
Non-nullable property 'Shift' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
Timely/Services/Data/ShiftManager.cs#L66
Dereference of a possibly null reference.
|
deploy-to-github-pages:
Timely/Pages/Home.razor#L15
Dereference of a possibly null reference.
|
deploy-to-github-pages:
Timely/Pages/Home.razor#L64
Nullable value type may be null.
|
deploy-to-github-pages:
Timely/Pages/Home.razor#L119
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
deploy-to-github-pages:
Timely/Pages/Home.razor#L124
Possible null reference argument for parameter 'source' in 'IEnumerable<TimeSpan> Enumerable.Select<Shift, TimeSpan>(IEnumerable<Shift> source, Func<Shift, TimeSpan> selector)'.
|