Skip to content

Create README.md

Create README.md #15

Triggered via push October 19, 2024 18:05
Status Success
Total duration 1m 21s
Billable time 2m
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Comment.Domain/Entities/Comment.cs#L31
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: Comment.Domain/Entities/Comment.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.