Skip to content

Merge branch 'main' of https://github.com/dkackman/chia-dotnet #457

Merge branch 'main' of https://github.com/dkackman/chia-dotnet

Merge branch 'main' of https://github.com/dkackman/chia-dotnet #457

Triggered via push December 31, 2023 18:55
Status Success
Total duration 39s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/chia-dotnet.tests/DataLayerProxyTest.cs#L24
Converting null literal or possible null value to non-nullable type.
build: src/chia-dotnet.tests/DataLayerProxyTest.cs#L27
Possible null reference argument for parameter 'urls' in 'Task DataLayerProxy.AddMirror(string id, ulong amount, IEnumerable<string> urls, ulong fee = 0, CancellationToken cancellationToken = default(CancellationToken))'.
build: src/chia-dotnet.tests/DataLayerProxyTest.cs#L38
Converting null literal or possible null value to non-nullable type.
build: src/chia-dotnet.tests/DataLayerProxyTest.cs#L42
Possible null reference argument for parameter 'ids' in 'Task DataLayerProxy.AddMissingFiles(string[] ids, string foldername, bool overwrite = false, CancellationToken cancellationToken = default(CancellationToken))'.
build: src/chia-dotnet.tests/DataLayerProxyTest.cs#L54
Converting null literal or possible null value to non-nullable type.
build: src/chia-dotnet.tests/DataLayerProxyTest.cs#L57
Possible null reference argument for parameter 'changeList' in 'Task<string> DataLayerProxy.BatchUpdate(string id, IDictionary<string, string> changeList, ulong fee = 0, CancellationToken cancellationToken = default(CancellationToken))'.
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))'.