updated tenant DomainFeatures #68
build_test.yml
on: push
build_test
40s
deploy_dev
0s
Annotations
10 errors and 10 warnings
build_test:
Source/Modules/Channels/Features/DomainFeatures/Channels/Message.cs#L3
The type or namespace name 'Events' does not exist in the namespace 'Modules.Channels.Features.DomainFeatures.Channels' (are you missing an assembly reference?)
|
build_test:
Source/Modules/TenantIdentity/Features/Modules.TenantIdentity.Features/Infrastructure/EFCore/TenantIdentityDbContext.cs#L100
'Tenant' does not contain a definition for 'TenantSubscriptions' and no accessible extension method 'TenantSubscriptions' accepting a first argument of type 'Tenant' could be found (are you missing a using directive or an assembly reference?)
|
build_test:
Source/Web/Client/BuildingBlocks/Layouts/MainLayoutMenu/TeamsOverviewComp.razor.cs#L1
The type or namespace name 'Team' does not exist in the namespace 'Modules.TenantIdentity.Shared.DTOs' (are you missing an assembly reference?)
|
build_test:
Source/Web/Client/Pages/Dashboard.razor.cs#L2
The type or namespace name 'Team' does not exist in the namespace 'Modules.TenantIdentity.Shared.DTOs' (are you missing an assembly reference?)
|
build_test:
Source/Web/Client/_Imports.razor#L26
The type or namespace name 'Pages' does not exist in the namespace 'Web.Web.Client' (are you missing an assembly reference?)
|
build_test:
Source/Web/Client/_Imports.razor#L26
The type or namespace name 'Pages' does not exist in the namespace 'Web.Web.Client' (are you missing an assembly reference?)
|
build_test:
Source/Web/Client/BuildingBlocks/Layouts/MainLayoutMenu/TeamsOverviewComp.razor.cs#L8
The type or namespace name 'TeamDTO' could not be found (are you missing a using directive or an assembly reference?)
|
build_test:
Source/Web/Client/_Imports.razor#L26
The type or namespace name 'Pages' does not exist in the namespace 'Web.Web.Client' (are you missing an assembly reference?)
|
build_test:
Source/Web/Client/_Imports.razor#L26
The type or namespace name 'Pages' does not exist in the namespace 'Web.Web.Client' (are you missing an assembly reference?)
|
build_test:
Source/Web/Client/_Imports.razor#L26
The type or namespace name 'Pages' does not exist in the namespace 'Web.Web.Client' (are you missing an assembly reference?)
|
build_test:
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_test:
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_test:
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_test:
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_test:
Source/Shared/Kernel/Extensions/ClaimsPrincipal/ClaimsPrincipalExtensions.cs#L53
The variable '_' is declared but never used
|
build_test:
Source/Shared/Kernel/BuildingBlocks/Services/Http/HttpClientService.cs#L25
The variable 'ex' is declared but never used
|
build_test:
Source/Shared/Kernel/BuildingBlocks/Services/Http/HttpClientService.cs#L47
The variable 'ex' is declared but never used
|
build_test:
Source/Shared/Features/Configuration/ConfigurationObjectValidator.cs#L7
Nullability of reference types in type of parameter 'name' of 'ValidateOptionsResult ConfigurationObjectValidator<TConfiguration>.Validate(string name, TConfiguration options)' doesn't match implicitly implemented member 'ValidateOptionsResult IValidateOptions<TConfiguration>.Validate(string? name, TConfiguration options)' (possibly because of nullability attributes).
|
build_test:
Source/Shared/Features/Domain/ValueObject.cs#L21
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build_test:
Source/Shared/Features/Modules/Registrator.cs#L12
Cannot convert null literal to non-nullable reference type.
|