Skip to content

Commit 67d3977

Browse files
committed
Make SponsorLink diagnostics match the NG prefix
Makes it consistent with the diagnostics we emit, as well as build warnings.
1 parent 434c801 commit 67d3977

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CodeAnalysis/SponsorLinker.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ class SponsorLinker : SponsorLink
1111
{
1212
public SponsorLinker() : base(SponsorLinkSettings.Create(
1313
"devlooped", "NuGetizer",
14-
version: new Version(ThisAssembly.Info.Version).ToString(2)
14+
version: new Version(ThisAssembly.Info.Version).ToString(2),
15+
diagnosticsIdPrefix: "NG"
1516
#if DEBUG
1617
, quietDays: 0
1718
#endif

0 commit comments

Comments
 (0)