Skip to content

userPage: Created user page #13

userPage: Created user page

userPage: Created user page #13

Triggered via push January 21, 2024 22:05
Status Success
Total duration 2m 6s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
test
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
test: FU.API/FU.API/Hubs/ChatHub.cs#L88
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.
test: FU.API/FU.API/Hubs/ChatHub.cs#L19
Non-nullable field 'connectedUsers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.