dotnet/roslyn

Source generator warning duplication and missing link and description

Open

#69.826 geöffnet am 5. Sept. 2023

Auf GitHub ansehen
 (8 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C# (4.257 Forks)batch import
Area-IDEBughelp wanted

Repository-Metriken

Stars
 (20.414 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)

Beschreibung

Version Used:

  • Microsoft Visual Studio Enterprise 2022 (64-bit) - Preview Version 17.8.0 Preview 1.0

Steps to Reproduce:

  1. Clone/download https://github.com/kzu/SourceGeneratorWarning/
  2. Build once: a warning should appear, with a link, message and description
  3. Rebuild the Tests project. A duplicate warning missing the right link (takes you instead to a generic VS F1 help page) and missing the description is shown:

image

Expected Behavior:

Only one warning is ever shown, and it is consistent, showing the description and link as provided by the diagnostic descriptor.

Actual Behavior:

Duplicate warning, missing link and description.

Contributor Guide