Skip to content
Triggered via push April 18, 2024 22:25
Status Failure
Total duration 2m 34s
Artifacts
build_docker_linux_x64
0s
build_docker_linux_x64
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
test_linux_x64
Process completed with exit code 1.
test_linux_x64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/setup-dotnet@v3, actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test_linux_x64: NetEvent/Shared/Dto/PurchaseDto.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test_linux_x64: NetEvent/Shared/Dto/PaymentResponseDto.cs#L8
Non-nullable property 'PaymentResponseJson' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test_linux_x64: NetEvent/Shared/Dto/PaymentMethodIssuerDto.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test_linux_x64: NetEvent/Shared/Dto/PaymentMethodIssuerDto.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test_linux_x64: NetEvent/Shared/Dto/PaymentMethodGroupDto.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test_linux_x64: NetEvent/Shared/Dto/PaymentMethodGroupDto.cs#L11
Non-nullable property 'PaymentMethodData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test_linux_x64: NetEvent/Shared/Dto/PaymentMethodGroupDto.cs#L14
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test_linux_x64: NetEvent/Shared/Dto/PaymentMethodDto.cs#L12
Non-nullable property 'Brands' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test_linux_x64: NetEvent/Shared/Dto/PaymentMethodDto.cs#L15
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test_linux_x64: NetEvent/Shared/Dto/PaymentMethodDto.cs#L18
Non-nullable property 'Group' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.