2.2.1 #446
Annotations
10 warnings
src/chia-dotnet.tests/DIDWalletTests.cs#L34
Converting null literal or possible null value to non-nullable type.
|
src/chia-dotnet.tests/DIDWalletTests.cs#L37
Possible null reference argument for parameter 'newList' in 'Task DIDWallet.UpdateRecoveryIds(IEnumerable<string> newList, ulong? numVerificationsRequired = null, bool? reusePuzhash = null, CancellationToken cancellationToken = default(CancellationToken))'.
|
src/chia-dotnet.tests/DataLayerProxyTest.cs#L24
Converting null literal or possible null value to non-nullable type.
|
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))'.
|
src/chia-dotnet.tests/DataLayerProxyTest.cs#L38
Converting null literal or possible null value to non-nullable type.
|
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))'.
|
src/chia-dotnet.tests/DataLayerProxyTest.cs#L54
Converting null literal or possible null value to non-nullable type.
|
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))'.
|
src/chia-dotnet.tests/DataLayerWalletTests.cs#L97
Converting null literal or possible null value to non-nullable type.
|
src/chia-dotnet.tests/DataLayerWalletTests.cs#L100
Possible null reference argument for parameter 'urls' in 'Task<IEnumerable<TransactionRecord>> DataLayerWallet.NewMirror(string launcherId, ulong amount, IEnumerable<string> urls, ulong fee = 0, CancellationToken cancellationToken = default(CancellationToken))'.
|
The logs for this run have expired and are no longer available.
Loading