Skip to content

Interducing Caching Using Redis 👍🏿 #31

Interducing Caching Using Redis 👍🏿

Interducing Caching Using Redis 👍🏿 #31

Triggered via pull request December 24, 2024 22:03
Status Success
Total duration 34s
Artifacts

dotnet-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: Todo.Infrastructure/Configurations/JwtConfigurations.cs#L5
Non-nullable property 'SecretKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Todo.Infrastructure/Configurations/JwtConfigurations.cs#L6
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Todo.Infrastructure/Configurations/JwtConfigurations.cs#L7
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Todo.Infrastructure/Services/AuthenticationService.cs#L149
Dereference of a possibly null reference.
build: Todo.Infrastructure/Configurations/JwtConfigurations.cs#L5
Non-nullable property 'SecretKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Todo.Infrastructure/Configurations/JwtConfigurations.cs#L6
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Todo.Infrastructure/Configurations/JwtConfigurations.cs#L7
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Todo.Infrastructure/Services/AuthenticationService.cs#L149
Dereference of a possibly null reference.