dotnet/roslyn

roslyn-analyzers/README.md does not discuss NuGet packages for Microsoft.CodeAnalysis, Microsoft.CodeAnalysis.CSharp, et cetera

Open

#68.891 geöffnet am 5. Juli 2023

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (4.257 Forks)batch import
Documentationhelp wanted

Repository-Metriken

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

Beschreibung

Describe the bug

The current README.md file has a comparison table of the older analyzer NuGet packages, but it does not yet discuss the other non-deprecated Microsoft.CodeAnalysis NuGet packages:

All of the above packages link to https://aka.ms/roslyn-packages - which then redirects to this repo's README, but the README doesn't mention those NuGet packages at all.

Steps To Reproduce

  1. Visit https://www.nuget.org/packages/Microsoft.CodeAnalysis
  2. Follow the link to https://aka.ms/roslyn-packages mentioned in the package's readme.
  3. ...but the linked article doesn't mention Microsoft.CodeAnalysis.
  4. ...so how should I know if my project should reference Microsoft.CodeAnalysis or not?

Expected behavior

Actual behavior

  • No mention is made.

Additional context

  • None

Contributor Guide