Merge branch 'main' of https://github.com/dkackman/chia-dotnet #477
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
src/EventingTestHarness/Program.cs#L5
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
build:
src/EventingTestHarness/Program.cs#L8
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
build:
src/EventingTestHarness/Program.cs#L18
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
build:
src/chia-dotnet.tests/WalletProxyTests.cs#L171
Converting null literal or possible null value to non-nullable type.
|
build:
src/chia-dotnet.tests/WalletProxyTests.cs#L174
Possible null reference argument for parameter 'spendBundle' in 'Task<bool> WalletProxy.PushTx(SpendBundle spendBundle, CancellationToken cancellationToken = default(CancellationToken))'.
|
build:
src/chia-dotnet.tests/WalletProxyTests.cs#L185
Converting null literal or possible null value to non-nullable type.
|
build:
src/chia-dotnet.tests/WalletProxyTests.cs#L188
Possible null reference argument for parameter 'transactions' in 'Task WalletProxy.PushTransactions(IEnumerable<TransactionRecord> transactions, CancellationToken cancellationToken = default(CancellationToken))'.
|
build:
src/chia-dotnet.tests/WalletProxyTests.cs#L327
Converting null literal or possible null value to non-nullable type.
|
build:
src/chia-dotnet.tests/WalletProxyTests.cs#L332
Possible null reference argument for parameter 'backupDIDs' in 'Task<(WalletType Type, string myDID, uint walletId)> WalletProxy.CreateDIDWallet(IEnumerable<string> backupDIDs, ulong numOfBackupIdsNeeded, string name, IDictionary<string, string>? metaData = null, ulong fee = 0, CancellationToken cancellationToken = default(CancellationToken))'.
|
build:
src/chia-dotnet.tests/WalletProxyTests.cs#L394
Converting null literal or possible null value to non-nullable type.
|