Skip to content

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

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

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

Triggered via push January 27, 2024 16:57
Status Success
Total duration 37s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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/chia-dotnet/ServiceProxy.cs#L86
XML comment has badly formed XML -- 'Expected an end tag for element 'remarks'.'
build: src/chia-dotnet/ServiceProxy.cs#L67
The event 'ServiceProxy.ConnectionAdded' is never used
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#L17
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
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.