Skip to content

Bump OpenTelemetry.Exporter.Console from 1.6.0 to 1.7.0 (#1476) #384

Bump OpenTelemetry.Exporter.Console from 1.6.0 to 1.7.0 (#1476)

Bump OpenTelemetry.Exporter.Console from 1.6.0 to 1.7.0 (#1476) #384

Triggered via push December 13, 2023 18:06
Status Success
Total duration 20m 6s
Artifacts

draft.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
draft: tests/KubernetesClient.Classic.Tests/SimpleTests.cs#L15
'DummyHttpServer' contains field 'server' that is of IDisposable type 'TcpListener', but it is never disposed. Change the Dispose method on 'DummyHttpServer' to call Close or Dispose on this field. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213)
draft: tests/KubernetesClient.Classic.Tests/SimpleTests.cs#L77
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)
draft: tests/KubernetesClient.Classic.Tests/SimpleTests.cs#L77
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)
draft: tests/E2E.Tests/MinikubeTests.cs#L306
'LeaderElector.RunAsync(CancellationToken)' is obsolete: 'Replaced by RunUntilLeadershipLostAsync to encode behavior in method name.'
draft: tests/E2E.Tests/MinikubeTests.cs#L328
'LeaderElector.RunAsync(CancellationToken)' is obsolete: 'Replaced by RunUntilLeadershipLostAsync to encode behavior in method name.'
draft: tests/E2E.Tests/MinikubeTests.cs#L306
'LeaderElector.RunAsync(CancellationToken)' is obsolete: 'Replaced by RunUntilLeadershipLostAsync to encode behavior in method name.'