docs #447
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/DIDWalletTests.cs#L34
Converting null literal or possible null value to non-nullable type.
|
build:
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))'.
|
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/DIDWalletTests.cs#L114
Converting null literal or possible null value to non-nullable type.
|
build:
src/chia-dotnet.tests/DIDWalletTests.cs#L115
Converting null literal or possible null value to non-nullable type.
|