зеркало из https://github.com/akkadotnet/akka.net.git
[Docs] Add AK1002 and AK1003 to index page (#7077)
This commit is contained in:
Родитель
1b30145c91
Коммит
7bd55015d7
|
@ -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 |
|
||||
|
|
Загрузка…
Ссылка в новой задаче