fix: or-2282 main workflow syntax error #870
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-dotnet@v3, actions/setup-java@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/OrganisationRegistry.OpenTelemetry/Extensions/ServiceCollectionExtensions.cs#L135
Remove this commented out code.
|
src/OrganisationRegistry.OpenTelemetry/OpenTelemetryMetrics.cs#L24
Remove this commented out code.
|
src/OrganisationRegistry.OpenTelemetry/OpenTelemetryMetrics.cs#L62
Remove this commented out code.
|
src/OrganisationRegistry.OpenTelemetry/OpenTelemetryMetrics.cs#L10
Remove the field '_meter' and declare it as a local variable in the relevant methods.
|
src/OrganisationRegistry.OpenTelemetry/OpenTelemetryMetrics.cs#L9
Make this field 'private' and encapsulate it in a 'public' property.
|
src/OrganisationRegistry.OpenTelemetry/OpenTelemetryMetrics.cs#L9
Change the visibility of 'MeterNameFunc' or make it 'const' or 'readonly'.
|
src/OrganisationRegistry.OpenTelemetry/OpenTelemetryMetrics.cs#L34
Change the visibility of 'LastProcessedEvent' or make it 'const' or 'readonly'.
|
src/OrganisationRegistry.OpenTelemetry/OpenTelemetryMetrics.cs#L35
Change the visibility of 'MaxEventNumberToProcess' or make it 'const' or 'readonly'.
|
src/OrganisationRegistry.OpenTelemetry/OpenTelemetryMetrics.cs#L32
Change the visibility of 'EnvelopesHandled' or make it 'const' or 'readonly'.
|
src/OrganisationRegistry.OpenTelemetry/OpenTelemetryMetrics.cs#L33
Change the visibility of 'EnvelopesBehind' or make it 'const' or 'readonly'.
|
The logs for this run have expired and are no longer available.
Loading