Interducing Caching Using Redis 👍🏿 #31
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.
|