Skip to content
Triggered via push March 29, 2024 16:11
Status Failure
Total duration 54s
Artifacts

build_test.yml

on: push
build_test
44s
build_test
deploy_dev
0s
deploy_dev
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 11 warnings
build_test: Source/Web/Server/BuildingBlocks/RateLimiting/RateLimitingRegistrator.cs#L9
'IServiceCollection' does not contain a definition for 'AddRateLimiter' and no accessible extension method 'AddRateLimiter' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
build_test: Source/Web/Server/BuildingBlocks/ExceptionHandling/ExceptionHandler.cs#L24
The type or namespace name 'NotFoundException' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Web/Server/BuildingBlocks/ExceptionHandling/ExceptionHandler.cs#L25
The type or namespace name 'UnauthorizedException' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Web/Server/Pages/_Host.cshtml#L31
The type or namespace name 'App' does not exist in the namespace 'Client' (are you missing an assembly reference?)
build_test: Source/Web/Server/BuildingBlocks/RateLimiting/RateLimitingRegistrator.cs#L9
'IServiceCollection' does not contain a definition for 'AddRateLimiter' and no accessible extension method 'AddRateLimiter' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
build_test: Source/Web/Server/BuildingBlocks/ExceptionHandling/ExceptionHandler.cs#L24
The type or namespace name 'NotFoundException' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Web/Server/BuildingBlocks/ExceptionHandling/ExceptionHandler.cs#L25
The type or namespace name 'UnauthorizedException' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Web/Server/Pages/_Host.cshtml#L31
The type or namespace name 'App' does not exist in the namespace 'Client' (are you missing an assembly reference?)
build_test
Process completed with exit code 1.
build_test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build_test: Source/Modules/Channels/Web/DTOs/DTOs/ChannelAggregate/MessageDTO.cs#L7
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/Channels/Web/DTOs/DTOs/ChannelAggregate/MessageDTO.cs#L9
Non-nullable property 'DerivedTopicId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/Channels/Web/DTOs/DTOs/ChannelAggregate/ChannelDTO.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/Channels/Web/DTOs/DTOs/ChannelAggregate/ChannelDTO.cs#L7
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/User/UserDTO.cs#L6
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/Team/TeamInvitationDTO.cs#L5
Non-nullable property 'TeamName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/Team/TeamDTO.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/Team/TeamDTO.cs#L7
Non-nullable property 'IconUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/Team/TeamAdminInfoDTO.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/Team/TeamAdminInfoDTO.cs#L10
Non-nullable property 'IconUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.