Skip to content

Genrate JWT Token

Genrate JWT Token #4

Triggered via push June 10, 2024 21:44
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: MoviesApi/Controllers/MoviesController.cs#L15
The member 'MoviesController._allowedExtenstions' does not hide an accessible member. The new keyword is not required.
build: MoviesApi/Controllers/MoviesController.cs#L81
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.
build: MoviesApi/Controllers/AccountController.cs#L61
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
build: MoviesApi/Controllers/AccountController.cs#L70
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
build: MoviesApi/Services/MoviesService.cs#L42
Possible null reference return.
build: MoviesApi/Dtos/MovieDto.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MoviesApi/Dtos/MovieDto.cs#L14
Non-nullable property 'Storeline' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MoviesApi/Dtos/MovieDetailsDto.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MoviesApi/Dtos/MovieDetailsDto.cs#L13
Non-nullable property 'Storeline' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MoviesApi/Dtos/MovieDetailsDto.cs#L15
Non-nullable property 'Poster' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.