updated StripeSession controller #70
Annotations
23 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/Shared/Features/Modules/IModuleStartup.cs#L10
Cannot convert null literal to non-nullable reference type.
|
Build:
Source/Shared/Features/Domain/ValueObject.cs#L21
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
Source/Shared/Features/Modules/Registrator.cs#L12
Cannot convert null literal to non-nullable reference type.
|
Upload Test Results
Unexpected input(s) 'if', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'include-hidden-files']
|
Upload Test Results
No files were found with the provided path: TestResults. No artifacts will be uploaded.
|
Publish:
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.
|
Publish:
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.
|
Publish:
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.
|
Publish:
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.
|
Publish:
Source/Shared/Kernel/Extensions/ClaimsPrincipal/ClaimsPrincipalExtensions.cs#L53
The variable '_' is declared but never used
|
Publish:
Source/Shared/Kernel/BuildingBlocks/Services/Http/HttpClientService.cs#L25
The variable 'ex' is declared but never used
|
Publish:
Source/Shared/Kernel/BuildingBlocks/Services/Http/HttpClientService.cs#L47
The variable 'ex' is declared but never used
|
Publish:
Source/Modules/TenantIdentity/Shared/DTOs/Tenant/TenantDTO.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
Source/Modules/TenantIdentity/Shared/DTOs/Tenant/Operations/CreateTenantDTO.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
Source/Modules/TenantIdentity/Shared/DTOs/IdentityOperations/BFFUserInfoDTO.cs#L7
Non-nullable property 'Claims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading