Skip to content

refactor: change content of post and comment to json #30

refactor: change content of post and comment to json

refactor: change content of post and comment to json #30

Triggered via push November 1, 2024 18:14
Status Success
Total duration 1m 13s
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: Post.Domain/Entities/PostContent.cs#L9
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: Profile.Domain/Entities/UserProfile.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Profile.Domain/Entities/UserProfile.cs#L40
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.