Skip to content

Merge pull request #9 from TheInfinityNet/3-retrieve-user-profiles #25

Merge pull request #9 from TheInfinityNet/3-retrieve-user-profiles

Merge pull request #9 from TheInfinityNet/3-retrieve-user-profiles #25

Triggered via push October 29, 2024 09:40
Status Success
Total duration 1m 9s
Billable time 2m
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Comment.Domain/Entities/Comment.cs#L35
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Relationship.Domain/Entities/Interaction.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Presentation/Configuration/Jwt/JwtOptions.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Identity.Application/Exceptions/IdentityErrorCode.cs#L21
'IdentityErrorCode.VALIDATION_ERROR' hides inherited member 'BaseErrorCode.VALIDATION_ERROR'. Use the new keyword if hiding was intended.
build: Identity.Application/Exceptions/IdentityErrorCode.cs#L34
'IdentityErrorCode.TOKEN_MISSING' hides inherited member 'BaseErrorCode.TOKEN_MISSING'. Use the new keyword if hiding was intended.
build: Identity.Application/Exceptions/IdentityErrorCode.cs#L35
'IdentityErrorCode.TOKEN_INVALID' hides inherited member 'BaseErrorCode.TOKEN_INVALID'. Use the new keyword if hiding was intended.
build: Identity.Application/Exceptions/IdentityErrorCode.cs#L40
'IdentityErrorCode.INVALID_SIGNATURE' hides inherited member 'BaseErrorCode.INVALID_SIGNATURE'. Use the new keyword if hiding was intended.
build: Identity.Presentation/Exceptions/HttpIdentityExceptionHandler.cs#L78
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Identity.Presentation/Controllers/AccountController.cs#L27
The field 'AccountController._messageBus' is never used
build: File.Infrastructure/DependencyInjection/InfrastructureModule.cs#L7
The using directive for 'InfinityNetServer.Services.File.Domain.Repositories' appeared previously in this namespace