Skip to content

feat(authentication) #13

feat(authentication)

feat(authentication) #13

Triggered via pull request May 19, 2024 21:17
Status Success
Total duration 34s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
builds
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/.
builds
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/
builds: LivlReviewsApi/Models/LoginResponse.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviewsApi/Models/LoginResponse.cs#L6
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviewsApi/Program.cs#L100
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
builds: LivlReviewsApi/Services/TokenService.cs#L52
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
builds: LivlReviewsApi/Services/TokenService.cs#L56
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
builds: LivlReviewsApi/Services/TokenService.cs#L57
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
builds: LivlReviewsApi/Services/TokenService.cs#L76
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
builds: LivlReviewsApi/Controllers/UserController.cs#L93
Possible null reference assignment.
builds: LivlReviewsApiTests/Authentication/RegisterTests.cs#L12
Non-nullable field '_serviceProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
builds: LivlReviewsApiTests/Authentication/RegisterTests.cs#L12
The field 'RegisterTests._serviceProvider' is never used