userPage: Created user page #13
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.
|
test:
FU.API/FU.API/Migrations/20231203001316_NonNullablePostDescription.cs#L1
Using directive should appear within a namespace declaration (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md)
|
|