Skip to content

1.0.2

1.0.2 #26

Triggered via push September 14, 2023 07:12
Status Success
Total duration 1m 1s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/WWB.Paylink.BaoFooTransfer/Response/TransferSplitResponse.cs#L13
Non-nullable property 'TransContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/WWB.Paylink.BaoFooTransfer/Response/TransferResponse.cs#L13
Non-nullable property 'TransContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/WWB.Paylink.BaoFooTransfer/Response/TransferQueryResponse.cs#L13
Non-nullable property 'TransContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/WWB.Paylink.BaoFooTransfer/Response/RefundQueryResponse.cs#L13
Non-nullable property 'TransContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/WWB.Paylink.BaoFooTransfer/BaoFooTransOptions.cs#L8
Non-nullable property 'MerchantNo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/WWB.Paylink.BaoFooTransfer/BaoFooTransOptions.cs#L13
Non-nullable property 'TerminalId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/WWB.Paylink.BaoFooTransfer/BaoFooTransOptions.cs#L18
Non-nullable property 'PfxCertificate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/WWB.Paylink.BaoFooTransfer/BaoFooTransOptions.cs#L23
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/WWB.Paylink.BaoFooTransfer/BaoFooTransOptions.cs#L28
Non-nullable property 'CerCertificate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/WWB.Paylink.BaoFooTransfer/BaseNotify.cs#L11
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.