Skip to content

v0.3.0-alpha

v0.3.0-alpha #15

Triggered via release February 1, 2024 13:38
Status Success
Total duration 1m 12s
Artifacts

Nuget.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2, battila7/get-version-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: battila7/get-version-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
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/
build
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/
build
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/
build
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/
build
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/
build
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/
build
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/
build
The assembly 'contentFiles\any\net48\iota_sdk.dll' is not inside the 'lib' folder and hence it won't be added as a reference when the package is installed into a project. Move it into the 'lib' folder if it needs to be referenced.
build: IotaSDK.NET/Common/Serializers/DictBigIntJsonConverter.cs#L18
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
build: IotaSDK.NET/Common/Serializers/DictBigIntJsonConverter.cs#L48
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: IotaSDK.NET/Domain/Inputs/InputSigningData.cs#L18
Cannot convert null literal to non-nullable reference type.
build: IotaSDK.NET/Domain/Options/SendBaseCoinToAddressesOptions.cs#L34
Cannot convert null literal to non-nullable reference type.
build: IotaSDK.NET/Domain/Outputs/Remainder.cs#L18
Cannot convert null literal to non-nullable reference type.
build: IotaSDK.NET/Contexts/WalletContext/Commands/StoreMnemonic/StoreMnemonicCommandHandler.cs#L27
Converting null literal or possible null value to non-nullable type.
build: IotaSDK.NET/Contexts/WalletContext/Commands/CreateAccount/CreateAccountCommandHandler.cs#L24
Possible null reference argument for parameter 'alias' in 'CreateAccountCommandModelData.CreateAccountCommandModelData(string alias)'.
build: IotaSDK.NET/Common/Models/IotaSDKResponse.cs#L20
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IotaSDK.NET/Domain/Nft/NftOptionsBuilder.cs#L13
Non-nullable field '_nftIrc27Builder' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: IotaSDK.NET/Domain/Nft/MintNftBuilder.cs#L17
Non-nullable field '_optionsBuilder' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.