Skip to content

Bump Microsoft.Bcl.AsyncInterfaces from 7.0.0 to 8.0.0 (#1450) #205

Bump Microsoft.Bcl.AsyncInterfaces from 7.0.0 to 8.0.0 (#1450)

Bump Microsoft.Bcl.AsyncInterfaces from 7.0.0 to 8.0.0 (#1450) #205

Triggered via push December 4, 2023 19:57
Status Cancelled
Total duration 2m 43s
Artifacts

docfx.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
docfx
Canceling since a higher priority waiting request for 'pages' exists
docfx
The operation was canceled.
docfx
Environment URL '' is not a valid http(s) URL, so it will not be shown as a link in the workflow graph.
docfx: src/KubernetesClient/KubernetesException.cs#L87
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
docfx: src/KubernetesClient/Autorest/HttpOperationException.cs#L61
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
docfx: tests/KubernetesClient.Tests/KubernetesExecTests.cs#L54
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
docfx: tests/KubernetesClient.Tests/KubernetesExecTests.cs#L94
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
docfx: tests/KubernetesClient.Tests/KubernetesMetricsTests.cs#L59
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
docfx: tests/KubernetesClient.Tests/KubernetesMetricsTests.cs#L59
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
docfx: tests/KubernetesClient.Tests/KubernetesExecTests.cs#L140
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
docfx: tests/KubernetesClient.Tests/KubernetesMetricsTests.cs#L38
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
docfx: tests/KubernetesClient.Tests/LeaderElection/LeaderElectionTests.cs#L74
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
docfx: tests/KubernetesClient.Tests/WatchTests.cs#L88
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)