Fearture(#14): Update CRUD Post Service
#41
Annotations
10 warnings
build:
Notification.Domain/Entities/Notification.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
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/Profile.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:
Relationship.Application/GrpcServices/GrpcRelationshipService.cs#L15
Parameter 'mapper' is unread.
|
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/Data/DbInitialization.cs#L26
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.
|