Akka.Analyzers 0.2.4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved

Requires NuGet 2.12 or higher.

dotnet add package Akka.Analyzers --version 0.2.4
NuGet\Install-Package Akka.Analyzers -Version 0.2.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Akka.Analyzers" Version="0.2.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Akka.Analyzers --version 0.2.4
#r "nuget: Akka.Analyzers, 0.2.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Akka.Analyzers as a Cake Addin
#addin nuget:?package=Akka.Analyzers&version=0.2.4

// Install Akka.Analyzers as a Cake Tool
#tool nuget:?package=Akka.Analyzers&version=0.2.4

Akka.Analyers

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.

Available Rules and Explanations

Please see "Debugging Akka.NET - Akka.Analyzers" for a full explanation on all supported rules and their automated Roslyn Code Fixes.

Questions, Comments, and Suggestions

We accept pull requests! Please let us know what we can do to add additional rules / code fixes or how to improve existing ones.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Akka.Analyzers:

Package Downloads
Akka The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Canonical actor model implementation for .NET with local + distributed actors in C# and F#.

GitHub repositories (1)

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.2.4 8,768 4/4/2024
0.2.3.1 47,562 3/1/2024
0.2.3 2,964 2/29/2024
0.2.2 51,245 1/25/2024
0.2.1 68,862 1/9/2024
0.2.0 1,515 1/9/2024
0.1.2 1,768 1/3/2024
0.1.1 1,506 1/3/2024
0.1.0 1,235 1/2/2024

* [AK1004: Add rule to suggest IWithTimers usage](https://github.com/akkadotnet/akka.analyzers/pull/81)
* [AK1005: Add rule to detect improper use of `Sender` and `Self` inside lambda callbacks](https://github.com/akkadotnet/akka.analyzers/pull/87)
* [AK1007: Add rule to flag use of `IWithTimers` inside PreRestart and AroundPreRestart](https://github.com/akkadotnet/akka.analyzers/pull/85)