Skip to content

Commit

Permalink
[Docs] Add AK1002 and AK1003 to index page (#7077)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Jan 29, 2024
1 parent 1b30145 commit 7bd5501
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/articles/debugging/akka-analyzers.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ Akka.Analyzer is a [Roslyn Analysis and Code Fix](https://learn.microsoft.com/en
|--------|--------------------------------------------------------|----------|--------------|
| [AK1000](xref:AK1000) | Do not use `new` to create actors. | Error | Actor Design |
| [AK1001](xref:AK1001) | Should always close over `Sender` when using `PipeTo`. | Error | Actor Design |
| [AK1002](xref:AK1002) | Must not await `Self.GracefulStop()` inside `ReceiveAsync<T>()` or `ReceiveAnyAsync`. | Error | Actor Design |
| [AK1003](xref:AK1003) | `ReceiveAsync<T>()` or `ReceiveAnyAsync()` message handler without async lambda body. | Warning | Actor Design |
| [AK2000](xref:AK2000) | Do not use `Ask` with `TimeSpan.Zero` for timeout. | Error | API Usage |
| [AK2001](xref:AK2001) | Do not use automatically handled messages in inside `Akka.Cluster.Sharding.IMessageExtractor`s. | Warning | API Usage |

0 comments on commit 7bd5501

Please sign in to comment.