using userClaimsFactory #42
build_test.yml
on: push
build_test
2m 12s
deploy_dev
0s
Annotations
10 errors and 11 warnings
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/ContextAccessor/ExecutionContextAccessor/ExecutionContextAccessor.cs#L6
The type or namespace name 'IExecutionContextAccessor' could not be found (are you missing a using directive or an assembly reference?)
|
build_test:
Source/Web/Server/BuildingBlocks/ContextAccessor/ExecutionContextAccessor/ExecutionContextAccessor.cs#L27
The type or namespace name 'SubscriptionPlanType' could not be found (are you missing a using directive or an assembly reference?)
|
build_test:
Source/Web/Server/BuildingBlocks/ContextAccessor/WebContextAccessor/WebContextAccessor.cs#L10
'WebContextAccessor' does not implement interface member 'IExecutionContext.UserId'
|
build_test:
Source/Web/Server/BuildingBlocks/ContextAccessor/WebContextAccessor/WebContextAccessor.cs#L10
'WebContextAccessor' does not implement interface member 'IExecutionContext.TenantId'
|
build_test:
Source/Web/Server/BuildingBlocks/ContextAccessor/WebContextAccessor/WebContextAccessor.cs#L10
'WebContextAccessor' does not implement interface member 'IExecutionContext.TenantPlan'
|
build_test:
Source/Web/Server/BuildingBlocks/ContextAccessor/WebContextAccessor/WebContextAccessor.cs#L10
'WebContextAccessor' does not implement interface member 'IExecutionContext.TenantRole'
|
build_test:
Source/Web/Server/BuildingBlocks/ContextAccessor/WebContextAccessor/WebContextAccessor.cs#L10
'WebContextAccessor' does not implement interface member 'IExecutionContext.AuthenticatedRequest'
|
build_test:
Source/Web/Server/BuildingBlocks/ContextAccessor/WebContextAccessor/WebContextAccessor.cs#L10
'WebContextAccessor' does not implement interface member 'IExecutionContext.HostingEnvironment'
|
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
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/Team/AdminManagement/InviteMembersDTO.cs#L5
Non-nullable property 'Emails' 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/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/Team/AdminManagement/AdminNotificationDTO.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build_test:
Source/Modules/TenantIdentity/Web/DTOs/Team/AdminManagement/AdminNotificationDTO.cs#L10
Non-nullable property 'Creator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|