Skip to content

动态地址支持动态金额功能 #1

动态地址支持动态金额功能

动态地址支持动态金额功能 #1

Triggered via push September 1, 2024 07:50
Status Success
Total duration 3m 10s
Artifacts
Build And Publish
2m 16s
Build And Publish
Create Release
26s
Create Release
Cleanup
3s
Cleanup
Fit to window
Zoom out
Zoom in

Annotations

29 warnings
Build And Publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build And Publish
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L115
Non-nullable property 'OwnerAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L118
Non-nullable property 'ToAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L63
Non-nullable property 'Ret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L66
Non-nullable property 'Signature' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L69
Non-nullable property 'TxID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L75
Non-nullable property 'RawDataHex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L96
Non-nullable property 'RawData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L99
Non-nullable property 'InternalTransactions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L54
Non-nullable property 'ContractRet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L115
Non-nullable property 'OwnerAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L118
Non-nullable property 'ToAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L63
Non-nullable property 'Ret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L66
Non-nullable property 'Signature' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L69
Non-nullable property 'TxID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L75
Non-nullable property 'RawDataHex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L96
Non-nullable property 'RawData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L99
Non-nullable property 'InternalTransactions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build And Publish: src/TokenPay/Models/TronModel/TrxTransaction.cs#L54
Non-nullable property 'ContractRet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Create Release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Create Release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-artifact@v3, actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Create 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/
Create 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/
Create 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/
Create 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/
Create 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/
Cleanup
The following actions use a deprecated Node.js version and will be forced to run on node20: geekyeggo/delete-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/