Skip to content

updated folders for shared projects #34

updated folders for shared projects

updated folders for shared projects #34

Triggered via push December 30, 2023 08:34
Status Failure
Total duration 36s
Artifacts

build_test.yml

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

Annotations

10 errors and 10 warnings
build_test: Source/Modules/Subscription/Features/Modules.Subscription.Features/Features/Commands/CreateSubscriptionCommand.cs#L1
The type or namespace name 'Features' does not exist in the namespace 'Shared' (are you missing an assembly reference?)
build_test: Source/Modules/Subscription/Features/Modules.Subscription.Features/Features/Commands/CreateSubscriptionCommand.cs#L5
The type or namespace name 'ICommand' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/Subscription/Features/Modules.Subscription.Features/Features/Services/Interfaces/IStripeCustomerService.cs#L5
The type or namespace name 'Customer' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/Subscription/Features/Modules.Subscription.Features/Features/Services/Interfaces/IStripeCustomerService.cs#L7
The type or namespace name 'Customer' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/Subscription/Features/Modules.Subscription.Features/Features/Commands/CreateSubscriptionCommand.cs#L7
The type or namespace name 'Subscription' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/Subscription/Features/Modules.Subscription.Features/Features/Commands/DeleteSubscriptionCommand.cs#L3
The type or namespace name 'ICommand' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/Subscription/Features/Modules.Subscription.Features/Features/Commands/DeleteSubscriptionCommand.cs#L5
The type or namespace name 'Subscription' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/Subscription/Features/Modules.Subscription.Features/Features/Services/Interfaces/IStripeSessionService.cs#L7
The type or namespace name 'Stripe' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/Subscription/Features/Modules.Subscription.Features/Features/Commands/SubscriptionTrialEndedCommand.cs#L3
The type or namespace name 'ICommand' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/Subscription/Features/Modules.Subscription.Features/Features/Services/Interfaces/IStripeSessionService.cs#L8
The type or namespace name 'Stripe' could not be found (are you missing a using directive or an assembly reference?)
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/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/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.
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/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/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.