feat: first implementation of identity server #95
Annotations
1 error and 10 warnings
|
|
|
user-management/src/Stickerlandia.UserManagement.Auth/DynamoDB/DynamoDbScopeStore.cs#L275
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
user-management/src/Stickerlandia.UserManagement.Auth/DynamoDB/DynamoDbScopeStore.cs#L278
Unreachable code detected
|
|
user-management/src/Stickerlandia.UserManagement.Auth/DynamoDbIdentityAuthService.cs#L92
Dereference of a possibly null reference.
|
|
user-management/src/Stickerlandia.UserManagement.Auth/DynamoDbIdentityAuthService.cs#L89
Possible null reference argument for parameter 'email' in 'Task<IdentityUser?> UserManager<IdentityUser>.FindByEmailAsync(string email)'.
|
|
user-management/src/Stickerlandia.UserManagement.Auth/DynamoDB/DynamoDbScopeStore.cs#L93
Possible null reference argument for parameter 'item' in 'bool ImmutableArray<string>.Contains(string item)'.
|
|
user-management/src/Stickerlandia.UserManagement.Auth/DynamoDbIdentityAuthService.cs#L56
Possible null reference argument for parameter 'identity' in 'bool OpenIddictExtensions.HasScope(ClaimsIdentity identity, string scope)'.
|
|
user-management/src/Stickerlandia.UserManagement.Core/Login/LoginCommandHandler.cs#L27
Possible null reference assignment.
|
|
user-management/src/Stickerlandia.UserManagement.Core/Login/LoginResponse.cs#L13
Non-nullable property 'Identity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
user-management/src/Stickerlandia.UserManagement.Core/UserAccount.cs#L59
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
user-management/src/Stickerlandia.UserManagement.Core/UserAccount.cs#L53
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading