Skip to content

Commit

Permalink
Use !INCLUDE in docfx library to present all the analyzers
Browse files Browse the repository at this point in the history
But this is blocked by dotnet/roslyn-analyzers#7467
  • Loading branch information
AArnott committed Nov 5, 2024
1 parent 5e197f2 commit 323473b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docfx/analyzers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ They will emit diagnostics with warnings or errors depending on the severity of

Some of these diagnostics will include a suggested code fix that can apply the correction to your code automatically.

Rule ID | Category | Severity | Notes
--------|----------|----------|-------
[NBMsgPack001](NBMsgPack001.md) | Usage | Error | Apply `[Key]` consistently across members
[!INCLUDE [AnalyzerReleases.Shipped](../../src/Nerdbank.MessagePack.Analyzers/AnalyzerReleases.Shipped.md)]

## Upcoming release

[!INCLUDE [AnalyzerReleases.Unshipped](../../src/Nerdbank.MessagePack.Analyzers/AnalyzerReleases.Unshipped.md)]

0 comments on commit 323473b

Please sign in to comment.