Added AlwaysRecordSampler #9516
Annotations
3 errors
|
dotnet build ./build/OpenTelemetry.proj
Process completed with exit code 1.
|
|
dotnet build ./build/OpenTelemetry.proj:
src/OpenTelemetry/Trace/Sampler/AlwaysRecordSampler.cs#L51
In externally visible method 'AlwaysRecordSampler AlwaysRecordSampler.Create(Sampler rootSampler)', validate parameter 'rootSampler' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
dotnet build ./build/OpenTelemetry.proj:
src/OpenTelemetry/Trace/Sampler/AlwaysRecordSampler.cs#L51
In externally visible method 'AlwaysRecordSampler AlwaysRecordSampler.Create(Sampler rootSampler)', validate parameter 'rootSampler' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
Loading