Skip to content

Merge pull request #11 from TheInfinityNet/feature/issue-6/implement-… #32

Merge pull request #11 from TheInfinityNet/feature/issue-6/implement-…

Merge pull request #11 from TheInfinityNet/feature/issue-6/implement-… #32

Triggered via push November 5, 2024 15:17
Status Failure
Total duration 1m 14s
Billable time 2m
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
build: Identity.Presentation/Controllers/AuthController.cs#L16
The type or namespace name 'Commands' does not exist in the namespace 'InfinityNetServer.BuildingBlocks.Application.DTOs' (are you missing an assembly reference?)
build: Identity.Presentation/Controllers/TestController.cs#L12
The type or namespace name 'Commands' does not exist in the namespace 'InfinityNetServer.BuildingBlocks.Application.DTOs' (are you missing an assembly reference?)
build: Profile.Application/Consumers/ProfileCreatedConsumer.cs#L9
The type or namespace name 'Commands' does not exist in the namespace 'InfinityNetServer.BuildingBlocks.Application.DTOs' (are you missing an assembly reference?)
build: Identity.Presentation/Controllers/AuthController.cs#L16
The type or namespace name 'Commands' does not exist in the namespace 'InfinityNetServer.BuildingBlocks.Application.DTOs' (are you missing an assembly reference?)
build: Identity.Presentation/Controllers/TestController.cs#L12
The type or namespace name 'Commands' does not exist in the namespace 'InfinityNetServer.BuildingBlocks.Application.DTOs' (are you missing an assembly reference?)
build: Profile.Application/Consumers/ProfileCreatedConsumer.cs#L9
The type or namespace name 'Commands' does not exist in the namespace 'InfinityNetServer.BuildingBlocks.Application.DTOs' (are you missing an assembly reference?)
build
Process completed with exit code 1.
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: 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: 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.Presentation/Controllers/FileController.cs#L30
Parameter 'logger' is unread.
build: File.Presentation/Controllers/FileController.cs#L31
Parameter 'Localizer' is unread.
build: File.Presentation/Controllers/FileController.cs#L32
Parameter 'messageBus' is unread.