Skip to content

1.0.1

1.0.1 #25

Triggered via push September 14, 2023 02:39
Status Success
Total duration 46s
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/Request/RefundQueryRequest.cs#L16
Non-nullable property 'ReqData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/WWB.Paylink.BaoFooTransfer/Parser/ResponseJsonParser.cs#L10
Converting null literal or possible null value to non-nullable type.
build: src/WWB.Paylink.BaoFooTransfer/Parser/ResponseJsonParser.cs#L15
Converting null literal or possible null value to non-nullable type.
build: src/WWB.Paylink.BaoFooTransfer/Parser/NotifyJsonParser.cs#L10
Converting null literal or possible null value to non-nullable type.
build: src/WWB.Paylink.BaoFooTransfer/Parser/NotifyJsonParser.cs#L15
Converting null literal or possible null value to non-nullable type.
build: src/WWB.Paylink.BaoFooTransfer/Notify/TransferNotify.cs#L61
Possible null reference assignment.