Skip to content

Bump YamlDotNet from 15.1.0 to 15.1.1 in /src/chia-dotnet #475

Bump YamlDotNet from 15.1.0 to 15.1.1 in /src/chia-dotnet

Bump YamlDotNet from 15.1.0 to 15.1.1 in /src/chia-dotnet #475

Triggered via pull request February 5, 2024 01:54
Status Success
Total duration 42s
Artifacts

dotnet.yml

on: pull_request
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/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/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#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.