We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem?
As originally suggested by open-telemetry/opentelemetry-dotnet-contrib#900 (comment), enable AnalysisLevel=latest-All for all of the assemblies to find and then fix common problematic/buggy code patterns.
AnalysisLevel=latest-All
Describe the solution you'd like:
Set <AnalysisLevel>latest-All</AnalysisLevel> in build/Common.props and fix all of the resulting issues.
<AnalysisLevel>latest-All</AnalysisLevel>
build/Common.props
Describe alternatives you've considered.
None.
Initially implemented as #908, but requested to be carved into multiple pull requests by open-telemetry/opentelemetry-dotnet-contrib#908 (comment).
PRs to port the changes from #908 project-by-project to follow.
The text was updated successfully, but these errors were encountered:
Sorry, just realised I opened this in the wrong repo...🤦
Sorry, something went wrong.
open-telemetry/opentelemetry-dotnet-contrib#950
No branches or pull requests
Feature Request
Is your feature request related to a problem?
As originally suggested by open-telemetry/opentelemetry-dotnet-contrib#900 (comment), enable
AnalysisLevel=latest-All
for all of the assemblies to find and then fix common problematic/buggy code patterns.Describe the solution you'd like:
Set
<AnalysisLevel>latest-All</AnalysisLevel>
inbuild/Common.props
and fix all of the resulting issues.Describe alternatives you've considered.
None.
Additional Context
Initially implemented as #908, but requested to be carved into multiple pull requests by open-telemetry/opentelemetry-dotnet-contrib#908 (comment).
PRs to port the changes from #908 project-by-project to follow.
The text was updated successfully, but these errors were encountered: