Skip to content

refactor: change properties of profile dtos #22

refactor: change properties of profile dtos

refactor: change properties of profile dtos #22

Triggered via push October 29, 2024 08:01
Status Success
Total duration 1m 12s
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: File.Infrastructure/DependencyInjection/InfrastructureModule.cs#L7
The using directive for 'InfinityNetServer.Services.File.Domain.Repositories' appeared previously in this namespace
build: File.Infrastructure/Data/DbInitialization.cs#L25
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.
build: File.Presentation/Controllers/FileController.cs#L31
Parameter 'logger' is unread.
build: File.Presentation/Controllers/FileController.cs#L32
Parameter 'Localizer' is unread.
build: File.Presentation/Controllers/FileController.cs#L33
Parameter 'messageBus' is unread.
build: File.Presentation/Controllers/FileController.cs#L34
Parameter 'fileMetadataRepository' is unread.
build: Identity.Application/Exceptions/IdentityErrorCode.cs#L21
'IdentityErrorCode.VALIDATION_ERROR' hides inherited member 'BaseErrorCode.VALIDATION_ERROR'. Use the new keyword if hiding was intended.