feat: add initial AWS implementation #26
Annotations
10 warnings
|
user-management/tests/Stickerlandia.UserManagement.UnitTest/AccountTests.cs#L159
The variable 'ex' is declared but never used
|
|
user-management/tests/Stickerlandia.UserManagement.UnitTest/AccountTests.cs#L139
Argument of type 'IReturnValueArgumentValidationConfiguration<Task<UserAccount?>>' cannot be used for parameter 'configuration' of type 'IReturnValueConfiguration<Task<UserAccount>>' in 'IAfterCallConfiguredWithOutAndRefParametersConfiguration<IReturnValueConfiguration<Task<UserAccount>>> ReturnValueConfigurationExtensions.Returns<Task<UserAccount>>(IReturnValueConfiguration<Task<UserAccount>> configuration, Task<UserAccount> value)' due to differences in the nullability of reference types.
|
|
user-management/tests/Stickerlandia.UserManagement.UnitTest/AccountTests.cs#L106
The variable 'testPasswordHash' is assigned but its value is never used
|
|
user-management/tests/Stickerlandia.UserManagement.UnitTest/AccountTests.cs#L44
The variable 'testPassword' is assigned but its value is never used
|
|
user-management/tests/Stickerlandia.UserManagement.UnitTest/AccountTests.cs#L62
Dereference of a possibly null reference.
|
|
user-management/tests/Stickerlandia.UserManagement.UnitTest/AccountTests.cs#L54
Argument of type 'IReturnValueArgumentValidationConfiguration<Task<UserAccount?>>' cannot be used for parameter 'configuration' of type 'IReturnValueConfiguration<Task<UserAccount>>' in 'IAfterCallConfiguredWithOutAndRefParametersConfiguration<IReturnValueConfiguration<Task<UserAccount>>> ReturnValueConfigurationExtensions.Returns<Task<UserAccount>>(IReturnValueConfiguration<Task<UserAccount>> configuration, Task<UserAccount> value)' due to differences in the nullability of reference types.
|
|
user-management/src/Stickerlandia.UserManagement.Core/Login/LoginCommandHandler.cs#L27
Possible null reference assignment.
|
|
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.
|
|
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.
|
The logs for this run have expired and are no longer available.
Loading