![]() |
VOOZH | about |
Requires NuGet 2.12 or higher.
dotnet add package Akka.Analyzers --version 0.3.3
NuGet\Install-Package Akka.Analyzers -Version 0.3.3
<PackageReference Include="Akka.Analyzers" Version="0.3.3" />
<PackageVersion Include="Akka.Analyzers" Version="0.3.3" />Directory.Packages.props
<PackageReference Include="Akka.Analyzers" />Project file
paket add Akka.Analyzers --version 0.3.3
#r "nuget: Akka.Analyzers, 0.3.3"
#:package Akka.Analyzers@0.3.3
#addin nuget:?package=Akka.Analyzers&version=0.3.3Install as a Cake Addin
#tool nuget:?package=Akka.Analyzers&version=0.3.3Install as a Cake Tool
A Roslyn Analyzer package for Akka.NET, aimed at helping users avoid common Akka.NET programming mistakes and helping users automatically upgrade their applications to use newer Akka.NET APIs.
Please see "Debugging Akka.NET - Akka.Analyzers" for a full explanation on all supported rules and their automated Roslyn Code Fixes.
We accept pull requests! Please let us know what we can do to add additional rules / code fixes or how to improve existing ones.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Showing the top 1 NuGet packages that depend on Akka.Analyzers:
| Package | Downloads |
|---|---|
|
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#. |
Showing the top 1 popular GitHub repositories that depend on Akka.Analyzers:
| Repository | Stars |
|---|---|
|
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 0.3.3 | 1,185,112 | 6/10/2025 | |
| 0.3.2 | 436,233 | 4/28/2025 | |
| 0.3.1 | 534,449 | 2/17/2025 | |
| 0.3.0 | 299,690 | 12/18/2024 | |
| 0.3.0-beta1 | 299 | 12/2/2024 | |
| 0.2.5 | 1,629,262 | 5/24/2024 | |
| 0.2.4 | 316,388 | 4/4/2024 | |
| 0.2.3.1 | 175,410 | 3/1/2024 | |
| 0.2.3 | 6,269 | 2/29/2024 | |
| 0.2.2 | 177,202 | 1/25/2024 | |
| 0.2.1 | 188,675 | 1/9/2024 | |
| 0.2.0 | 3,232 | 1/9/2024 | |
| 0.1.2 | 3,525 | 1/3/2024 | |
| 0.1.1 | 3,220 | 1/3/2024 | |
| 0.1.0 | 1,799 | 1/2/2024 | 0.1.0 is deprecated because it has critical bugs. |
* [AK2003, AK2004: Must not use void async delegate in `Receive` message handler](https://github.com/akkadotnet/akka.analyzers/pull/122)
* [AK2005: Must not use void async delegate in `Command` message handler](https://github.com/akkadotnet/akka.analyzers/pull/123)