Skip to content

fix(CA1711)!: rename OnException to OnError and ExceptionContext to ErrorContext #230

fix(CA1711)!: rename OnException to OnError and ExceptionContext to ErrorContext

fix(CA1711)!: rename OnException to OnError and ExceptionContext to ErrorContext #230

Triggered via pull request December 17, 2024 16:50
@skwasjerskwasjer
synchronize #130
Status Success
Total duration 2m 9s
Artifacts

sonarcloud.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
authorize
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
analysis: src/Correlate.Abstractions/IActivity.cs#L18
Rename virtual/interface member IActivity.Stop() so that it no longer conflicts with the reserved language keyword 'Stop'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
analysis: src/Correlate.Abstractions/IActivity.cs#L18
Rename virtual/interface member IActivity.Stop() so that it no longer conflicts with the reserved language keyword 'Stop'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
analysis: src/Correlate.Abstractions/IActivity.cs#L18
Rename virtual/interface member IActivity.Stop() so that it no longer conflicts with the reserved language keyword 'Stop'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)