Skip to content

switched build to .net 7 #2

switched build to .net 7

switched build to .net 7 #2

Triggered via push July 23, 2023 15:35
Status Failure
Total duration 41s
Artifacts
build-and-test
32s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build-and-test: src/Otel.Proxy/TraceIngest/TraceGrpcService.cs#L2
The type or namespace name 'OpenTelemetry' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Otel.Proxy/TraceIngest/TraceGrpcService.cs#L3
The type or namespace name 'OpenTelemetry' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Otel.Proxy/TraceIngest/TracesHttpProtobufController.cs#L2
The type or namespace name 'OpenTelemetry' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Otel.Proxy/TraceProcessor.cs#L3
The type or namespace name 'OpenTelemetry' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Otel.Proxy/TraceProcessor.cs#L4
The type or namespace name 'OpenTelemetry' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Otel.Proxy/TraceRepository/Common.cs#L1
The type or namespace name 'OpenTelemetry' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Otel.Proxy/TraceRepository/Common.cs#L2
The type or namespace name 'OpenTelemetry' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Otel.Proxy/TraceRepository/Common.cs#L3
The type or namespace name 'OpenTelemetry' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Otel.Proxy/TraceRepository/InMemoryTraceRepository.cs#L1
The type or namespace name 'OpenTelemetry' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Otel.Proxy/TraceRepository/InMemoryTraceStore.cs#L2
The type or namespace name 'OpenTelemetry' could not be found (are you missing a using directive or an assembly reference?)
build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/