chore: add integration test to validate docker-compose #101
Annotations
6 warnings
|
user-management/tests/Stickerlandia.UserManagement.UnitTest/AccountTests.cs#L178
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#L154
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#L126
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#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/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