Skip to content

Release

Release #92

Triggered via release December 22, 2025 21:30
Status Failure
Total duration 42s
Artifacts

createrelease.yml

on: release
Deploy to Staging
0s
Deploy to Staging
Deploy to Production
0s
Deploy to Production
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Release
Process completed with exit code 1.
Release: TransactionProcessing.MerchantPos/Runtime/ApiClient.cs#L482
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release: TransactionProcessing.MerchantPos/Runtime/Product.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.
Release: TransactionProcessing.MerchantPos/Runtime/MerchantRuntime.cs#L21
Non-nullable field 'CurrentServiceToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Release: TransactionProcessing.MerchantPos/Runtime/MerchantConfig.cs#L22
Non-nullable property 'Products' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release: TransactionProcessing.MerchantPos/Runtime/MerchantConfig.cs#L12
Non-nullable property 'ApplicationVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release: TransactionProcessing.MerchantPos/Runtime/MerchantConfig.cs#L11
Non-nullable property 'DeviceIdentifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release: TransactionProcessing.MerchantPos/Runtime/MerchantConfig.cs#L10
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release: TransactionProcessing.MerchantPos/Runtime/MerchantConfig.cs#L9
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release: TransactionProcessing.MerchantPos/Runtime/MerchantConfig.cs#L8
Non-nullable property 'MerchantName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release: TransactionProcessing.MerchantPos/Persistence/EfRepository.cs#L59
Nullability of reference types in return type of 'Task<Merchant?> EfRepository.GetMerchant(Guid merchantId)' doesn't match implicitly implemented member 'Task<Merchant> IEfRepository.GetMerchant(Guid merchantId)'.
Release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/