Skip to content

updated packages web server #43

updated packages web server

updated packages web server #43

Triggered via push March 29, 2024 16:05
Status Failure
Total duration 50s
Artifacts

build_test.yml

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

Annotations

7 errors and 11 warnings
build_test: Source/Web/Server/BuildingBlocks/Registrator.cs#L3
The type or namespace name 'ContextAccessor' does not exist in the namespace 'Web.Server.BuildingBlocks' (are you missing an assembly reference?)
build_test: Source/Web/Server/BuildingBlocks/Registrator.cs#L4
The type or namespace name 'ContextAccessor' does not exist in the namespace 'Web.Server.BuildingBlocks' (are you missing an assembly reference?)
build_test: Source/Web/Server/Startup.cs#L5
The type or namespace name 'MultiTenancy' does not exist in the namespace 'Shared.Features' (are you missing an assembly reference?)
build_test: Source/Web/Server/BuildingBlocks/Registrator.cs#L3
The type or namespace name 'ContextAccessor' does not exist in the namespace 'Web.Server.BuildingBlocks' (are you missing an assembly reference?)
build_test: Source/Web/Server/BuildingBlocks/Registrator.cs#L4
The type or namespace name 'ContextAccessor' does not exist in the namespace 'Web.Server.BuildingBlocks' (are you missing an assembly reference?)
build_test: Source/Web/Server/Startup.cs#L5
The type or namespace name 'MultiTenancy' does not exist in the namespace 'Shared.Features' (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/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/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/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/Subscription/SubscriptionPlanDTO.cs#L8
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/Subscription/SubscriptionPlanDTO.cs#L9
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/BFFUserInfoDTO.cs#L6
Non-nullable property 'Claims' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/Team/AdminManagement/InviteMembersDTO.cs#L5
Non-nullable property 'Emails' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.