Skip to content

Nullable for WCF instrumentation #3944

Nullable for WCF instrumentation

Nullable for WCF instrumentation #3944

Triggered via pull request September 26, 2023 20:37
Status Failure
Total duration 5m 32s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
check-format
Process completed with exit code 1.
check-format
Process completed with exit code 1.
check-format: src/OpenTelemetry.Instrumentation.Wcf/Implementation/AspNetParentSpanCorrector.cs#L146
Non-nullable field 'SetHeadersReadOnly' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
check-format: src/OpenTelemetry.Instrumentation.Wcf/Implementation/AspNetParentSpanCorrector.cs#L147
Non-nullable field 'GetTelemetryHttpModulePropagator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
check-format: src/OpenTelemetry.Instrumentation.Wcf/Implementation/AspNetParentSpanCorrector.cs#L148
Non-nullable field 'SubscribeToOnRequestStartedCallback' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.