Test/identity controller test #13
Annotations
10 errors and 11 warnings
Build project:
test/Web.UnitTests/Controllers/IdentityControllerTests.cs#L46
The type or namespace name 'CreateUserRequest' could not be found (are you missing a using directive or an assembly reference?)
|
Build project:
test/Web.UnitTests/Controllers/IdentityControllerTests.cs#L46
The type or namespace name 'CreateUserResponse' could not be found (are you missing a using directive or an assembly reference?)
|
Build project:
test/Web.UnitTests/Controllers/IdentityControllerTests.cs#L46
The type or namespace name 'CreateUserResponse' could not be found (are you missing a using directive or an assembly reference?)
|
Build project:
test/Web.UnitTests/Controllers/IdentityControllerTests.cs#L81
The type or namespace name 'CreateUserRequest' could not be found (are you missing a using directive or an assembly reference?)
|
Build project:
test/Web.UnitTests/Controllers/IdentityControllerTests.cs#L82
The type or namespace name 'CreateUserResponse' could not be found (are you missing a using directive or an assembly reference?)
|
Build project:
test/Web.UnitTests/Controllers/IdentityControllerTests.cs#L123
The type or namespace name 'CreateUserResponse' could not be found (are you missing a using directive or an assembly reference?)
|
Build project:
test/Web.UnitTests/Controllers/IdentityControllerTests.cs#L133
The type or namespace name 'CreateUserRequest' could not be found (are you missing a using directive or an assembly reference?)
|
Build project:
test/Web.UnitTests/Controllers/IdentityControllerTests.cs#L134
The type or namespace name 'CreateUserResponse' could not be found (are you missing a using directive or an assembly reference?)
|
Build project:
test/Web.UnitTests/Controllers/IdentityControllerTests.cs#L173
The type or namespace name 'LoginUserResponse' could not be found (are you missing a using directive or an assembly reference?)
|
Build project:
test/Web.UnitTests/Controllers/IdentityControllerTests.cs#L180
The type or namespace name 'LoginUserRequest' could not be found (are you missing a using directive or an assembly reference?)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build project:
src/Application/DTOs/Result.cs#L39
'Result<T>.Fail(string)' hides inherited member 'Result.Fail(string)'. Use the new keyword if hiding was intended.
|
Build project:
src/Application/Mappers/ProfileMapper.cs#L15
Possible null reference assignment.
|
Build project:
src/Application/Mappers/ProfileMapper.cs#L16
Possible null reference assignment.
|
Build project:
src/Application/Mappers/ProfileMapper.cs#L26
Possible null reference assignment.
|
Build project:
src/Application/Mappers/ProfileMapper.cs#L27
Possible null reference assignment.
|
Build project:
src/Application/Mappers/IdentityMapper.cs#L27
Possible null reference assignment.
|
Build project:
src/Application/Mappers/IdentityMapper.cs#L28
Possible null reference assignment.
|
Build project:
src/Application/Mappers/IdentityMapper.cs#L39
Possible null reference assignment.
|
Build project:
src/Application/Mappers/IdentityMapper.cs#L40
Possible null reference assignment.
|
Build project:
src/Application/Mappers/IdentityMapper.cs#L52
Possible null reference assignment.
|
Loading