Skip to content

Commit

Permalink
Add helpLinkUri for IL3002 (#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Apr 21, 2021
1 parent 190c08c commit 6a82d56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ILLink.RoslynAnalyzer/RequiresAssemblyFilesAnalyzer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public sealed class RequiresAssemblyFilesAnalyzer : DiagnosticAnalyzer
Resources.ResourceManager, typeof (Resources)),
DiagnosticCategory.SingleFile,
DiagnosticSeverity.Warning,
isEnabledByDefault: true);
isEnabledByDefault: true,
helpLinkUri: "https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/il3002");

public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create (s_locationRule, s_getFilesRule, s_requiresAssemblyFilesRule);

Expand Down

0 comments on commit 6a82d56

Please sign in to comment.