updated various folder structures #62
Annotations
10 errors and 11 warnings
Build:
Source/Modules/TenantIdentity/Shared/Team/TeamAdminInfoDTO.cs#L1
The type or namespace name 'Shared' does not exist in the namespace 'Modules' (are you missing an assembly reference?)
|
Build:
Source/Modules/TenantIdentity/Shared/Team/TeamAdminInfoDTO.cs#L14
The type or namespace name 'SubscriptionDTO' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/Subscriptions/Features/DomainFeatures/StripeCustomers/Aplication/IntegrationEventHandlers/UserUpdatedIntegrationEventHandler.cs#L1
The type or namespace name 'TenantIdentity' does not exist in the namespace 'Modules' (are you missing an assembly reference?)
|
Build:
Source/Modules/Subscriptions/Features/DomainFeatures/StripeCustomers/Aplication/IntegrationEventHandlers/UserUpdatedIntegrationEventHandler.cs#L2
The type or namespace name 'Shared' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/Subscriptions/Features/DomainFeatures/StripeCustomers/Aplication/Queries/GetStripeCustomer.cs#L1
The type or namespace name 'Shared' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/Subscriptions/Features/DomainFeatures/StripeCustomers/StripeCustomer.cs#L1
The type or namespace name 'Shared' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/Subscriptions/Features/DomainFeatures/StripeSubscriptions/Application/Commands/CreateSubscriptionForTenant.cs#L1
The type or namespace name 'Shared' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/Subscriptions/Features/DomainFeatures/StripeSubscriptions/Application/Commands/DeleteSubscription.cs#L1
The type or namespace name 'Shared' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/Subscriptions/Features/DomainFeatures/StripeSubscriptions/Application/Commands/UpdateSubscription.cs#L1
The type or namespace name 'Shared' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/Subscriptions/Features/DomainFeatures/StripeSubscriptions/Application/Queries/GetStripeCheckoutSession.cs#L1
The type or namespace name 'Shared' could not be found (are you missing a using directive or an assembly reference?)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
Source/Modules/Channels/Shared/DTOs/ChannelAggregate/MessageDTO.cs#L7
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Source/Modules/Channels/Shared/DTOs/ChannelAggregate/MessageDTO.cs#L9
Non-nullable property 'DerivedTopicId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Source/Modules/Channels/Shared/DTOs/ChannelAggregate/ChannelDTO.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Source/Modules/Channels/Shared/DTOs/ChannelAggregate/ChannelDTO.cs#L7
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Source/Shared/Kernel/Extensions/ClaimsPrincipal/ClaimsPrincipalExtensions.cs#L53
The variable '_' is declared but never used
|
Build:
Source/Shared/Kernel/BuildingBlocks/Services/Http/HttpClientService.cs#L25
The variable 'ex' is declared but never used
|
Build:
Source/Shared/Kernel/BuildingBlocks/Services/Http/HttpClientService.cs#L47
The variable 'ex' is declared but never used
|
Build:
Source/Modules/Subscriptions/Features/Infrastructure/EFCore/Migrations/20240218050150_initial.cs#L8
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
Source/Modules/Subscriptions/Features/Infrastructure/EFCore/Migrations/20240218050150_initial.Designer.cs#L16
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
Source/Modules/Subscriptions/Features/Infrastructure/EFCore/SubscriptionsDbContext.cs#L10
Cannot convert null literal to non-nullable reference type.
|
Loading