@Youssef1313 One example:
|
internal abstract class AbstractRemoveUnnecessaryImportsDiagnosticAnalyzer |
|
: DiagnosticAnalyzer, IBuiltInAnalyzer |
This is turn causes IDE0005 diagnostics to not have an associated help link, falling back to bing search instead of https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005:

Let me file an issue and tag you, in case you are interested in fixing this up
Originally posted by @mavasani in #49995 (comment)