[otlp] Add mTLS Support for OTLP Exporter #7180
Annotations
10 errors
dotnet build ./build/OpenTelemetry.proj:
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptionsExtensions.cs#L51
Possible null reference argument for parameter 'rootCertificates' in 'SslCredentials.SslCredentials(string rootCertificates, KeyCertificatePair keyCertificatePair)'.
|
dotnet build ./build/OpenTelemetry.proj:
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptionsExtensions.cs#L60
Possible null reference argument for parameter 'rootCertificates' in 'SslCredentials.SslCredentials(string rootCertificates)'.
|
dotnet build ./build/OpenTelemetry.proj:
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs#L266
The name 'X509Certificate2' does not exist in the current context
|
dotnet build ./build/OpenTelemetry.proj:
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs#L269
'HttpClientHandler' does not contain a definition for 'ServerCertificateCustomValidationCallback' and no accessible extension method 'ServerCertificateCustomValidationCallback' accepting a first argument of type 'HttpClientHandler' could be found (are you missing a using directive or an assembly reference?)
|
dotnet build ./build/OpenTelemetry.proj:
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs#L285
The name 'X509Certificate2' does not exist in the current context
|
dotnet build ./build/OpenTelemetry.proj:
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs#L286
'HttpClientHandler' does not contain a definition for 'ClientCertificates' and no accessible extension method 'ClientCertificates' accepting a first argument of type 'HttpClientHandler' could be found (are you missing a using directive or an assembly reference?)
|
|
|
|
dotnet build ./build/OpenTelemetry.proj:
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs#L81
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
Loading