execute migrations with DbUp #69
Annotations
22 warnings
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/Modules/Registrator.cs#L12
Cannot convert null literal to non-nullable reference type.
|
Build:
Source/Shared/Features/Modules/Registrator.cs#L25
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/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/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/Shared/Kernel/BuildingBlocks/Services/Http/HttpClientService.cs#L25
The variable 'ex' is declared but never used
|
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#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/IdentityOperations/ClaimValueDTO.cs#L5
Non-nullable property 'Type' 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/ClaimValueDTO.cs#L6
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading