Skip to content

NuGet dependencies updated #13

NuGet dependencies updated

NuGet dependencies updated #13

Triggered via push October 25, 2023 12:17
Status Success
Total duration 1m 30s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

on: push
deploy-to-github-pages
1m 18s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/[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/
deploy-to-github-pages: src/Pages/Index.razor#L141
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: src/Pages/Index.razor#L158
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: src/Pages/Index.razor#L183
Dereference of a possibly null reference.
deploy-to-github-pages: src/Pages/Index.razor#L202
Dereference of a possibly null reference.
deploy-to-github-pages: src/Pages/Index.razor#L216
Dereference of a possibly null reference.
deploy-to-github-pages: src/Pages/Index.razor#L231
Dereference of a possibly null reference.
deploy-to-github-pages: src/Pages/Index.razor#L242
Dereference of a possibly null reference.
deploy-to-github-pages: src/Pages/Index.razor#L97
Non-nullable field 'hueClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy-to-github-pages: src/Pages/Index.razor#L250
Non-nullable field 'colorPickerGroupId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy-to-github-pages: src/Models/MainViewModel.cs#L22
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.