Skip to content

Commit

Permalink
change strategy - beta version will default to Legacy (ie no change i…
Browse files Browse the repository at this point in the history
…n semantic convention output). There will be a fast follow PR to remove Legacy in preparation for an RC.
  • Loading branch information
ppittle committed Dec 19, 2024
1 parent 189e873 commit 6c1f07a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/Shared/AWS/AWSSemanticConventions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ internal partial class AWSSemanticConventions
/// Per SemanticConventionVersion, default should stay as
/// <see cref="SemanticConventionVersion.V1_28_0"/> until next major version bump.
/// </remarks>
internal const SemanticConventionVersion DefaultSemanticConventionVersion = SemanticConventionVersion.V1_28_0;
internal const SemanticConventionVersion DefaultSemanticConventionVersion =
// Beta Release

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net8.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net9.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net8.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net9.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net9.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net9.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net8.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net8.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net9.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net9.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net462)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net462)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net9.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net9.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net8.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net8.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net8.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net8.0)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net462)

Check failure on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net462)

Check warning on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / lint-dotnet-format / run-dotnet-format

Single-line comment should be preceded by blank line

Check warning on line 70 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / lint-dotnet-format / run-dotnet-format

Single-line comment should be preceded by blank line
SemanticConventionVersion.Legacy;

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net462)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net462)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net462)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net462)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check warning on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / lint-dotnet-format / run-dotnet-format

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check warning on line 71 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / lint-dotnet-format / run-dotnet-format

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'
// RC Release

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net8.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net9.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net8.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net9.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net9.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net9.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net8.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net8.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net9.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net9.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net462)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net462)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net9.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net9.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net8.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net8.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net8.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net8.0)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net462)

Check failure on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net462)

Check warning on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / lint-dotnet-format / run-dotnet-format

Single-line comment should be preceded by blank line

Check warning on line 72 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / lint-dotnet-format / run-dotnet-format

Single-line comment should be preceded by blank line
//SemanticConventionVersion.V1_28_0;

private readonly SemanticConventionVersion semanticConventionVersion;

Expand Down Expand Up @@ -488,6 +492,9 @@ private AWSSemanticConventionsBase GetSemanticConventionVersion()
case SemanticConventionVersion.V1_28_0:
return new AWSSemanticConventions_V1_28_0();

case SemanticConventionVersion.Legacy:

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net462)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net462)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net9.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net8.0)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net462)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check failure on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net462)

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check warning on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / lint-dotnet-format / run-dotnet-format

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'

Check warning on line 495 in src/Shared/AWS/AWSSemanticConventions.cs

View workflow job for this annotation

GitHub Actions / lint-dotnet-format / run-dotnet-format

'SemanticConventionVersion.Legacy' is obsolete: 'This will be removed in the 1.10.0-RC'
return new AWSSemanticConventionsLegacy();

default:
throw new InvalidEnumArgumentException(
argumentName: nameof(SemanticConventionVersion),
Expand Down
12 changes: 12 additions & 0 deletions src/Shared/AWS/SemanticConventionVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,18 @@ public enum SemanticConventionVersion
/// </summary>
Latest = 0,

/// <summary>
/// Represents the mixture of Semantic Conventions used in OpenTelemetry.*.AWS libraries
/// in 1.10.0-beta.x.
/// <para />
/// This allows users to upgrade to the latest beta nuget package without experiencing a change in
/// Semantic Convention output. Then there is an opportunity for users to trial <see cref="V1_28_0"/>.
/// <para />
/// This option will be REMOVED in the next Release Candidate.
/// </summary>
[Obsolete("This will be removed in the 1.10.0-RC", error: false)]
Legacy = -1,

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net9.0)

Symbol 'OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net8.0)

Symbol 'OpenTelemetry.Resources.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Resources.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net8.0)

Symbol 'OpenTelemetry.Resources.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Resources.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net9.0)

Symbol 'OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net9.0)

Symbol 'OpenTelemetry.Resources.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Resources.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (ubuntu-22.04, net9.0)

Symbol 'OpenTelemetry.Resources.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Resources.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net8.0)

Symbol 'OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (ubuntu-22.04, net8.0)

Symbol 'OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net9.0)

Symbol 'OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net9.0)

Symbol 'OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net462)

Symbol 'OpenTelemetry.Resources.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Resources.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net462)

Symbol 'OpenTelemetry.Resources.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Resources.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net9.0)

Symbol 'OpenTelemetry.Resources.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Resources.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net9.0)

Symbol 'OpenTelemetry.Resources.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Resources.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net8.0)

Symbol 'OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net8.0)

Symbol 'OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net8.0)

Symbol 'OpenTelemetry.Resources.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Resources.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-resources-aws / build-test (windows-latest, net8.0)

Symbol 'OpenTelemetry.Resources.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Resources.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net462)

Symbol 'OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / build-test-instrumentation-aws / build-test (windows-latest, net462)

Symbol 'OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check warning on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / lint-dotnet-format / run-dotnet-format

Symbol 'OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion' is not part of the declared public API

Check warning on line 86 in src/Shared/AWS/SemanticConventionVersion.cs

View workflow job for this annotation

GitHub Actions / lint-dotnet-format / run-dotnet-format

Symbol 'OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion.Legacy = -1 -> OpenTelemetry.Instrumentation.AWS.SemanticConventionVersion' is not part of the declared public API

/// <summary>
/// Pin to the specific state of all Semantic Conventions as of the 1.28.0
/// release. See:
Expand Down

0 comments on commit 6c1f07a

Please sign in to comment.