Skip to content

Rewrite OTel support #235

Rewrite OTel support

Rewrite OTel support #235

Triggered via pull request May 26, 2024 15:42
@lahmalahma
synchronize #2368
opentelemetry
Status Success
Total duration 10m 1s
Artifacts

qodana_code_quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings and 10 notices
Use preferred body style (convert into method or operator with preferred body style): src/Quartz/Diagnostics/LogProvider.cs#L20
Code body does not conform to code style settings: use statement body
Use preferred body style (convert into method or operator with preferred body style): src/Quartz/Diagnostics/LogProvider.cs#L19
Code body does not conform to code style settings: use statement body
RoslynAnalyzers Add parameter name to improve readability: src/Quartz/Diagnostics/Meters.cs#L38
Name the parameter to improve code readability
RoslynAnalyzers Forward the CancellationToken parameter to methods that take one: src/Quartz.Examples.AspNetCore/ExampleJob.cs#L31
Use an overload with a CancellationToken, available tokens: context.CancellationToken
Expression is always 'true' or 'false' according to nullable reference types' annotations: src/Quartz/Diagnostics/QuartzActivitySource.cs#L28
Expression is always false according to nullable reference types' annotations
Explicit argument passed to parameter with caller info attribute: src/Quartz/Core/JobRunShell.cs#L344
Explicit argument passed to parameter with caller info attribute
Redundant member initializer: src/Quartz/Diagnostics/LogProvider.cs#L8
Initializing field by default value is redundant