Akka.Analyzers
0.2.0
Prefix Reserved
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package Akka.Analyzers --version 0.2.0
NuGet\Install-Package Akka.Analyzers -Version 0.2.0
<PackageReference Include="Akka.Analyzers" Version="0.2.0" />
paket add Akka.Analyzers --version 0.2.0
#r "nuget: Akka.Analyzers, 0.2.0"
// Install Akka.Analyzers as a Cake Addin #addin nuget:?package=Akka.Analyzers&version=0.2.0 // Install Akka.Analyzers as a Cake Tool #tool nuget:?package=Akka.Analyzers&version=0.2.0
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.
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
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#.
|
* [Added Uris for all error messages flagged by Akka.Analyzers](https://github.com/akkadotnet/akka.analyzers/issues/6)
* [Implemented `AK2001`: detect when automatically handled messages are being handled inside `MessageExtractor` / `IMessageExtractor` (Cluster.Sharding)](https://github.com/akkadotnet/akka.analyzers/issues/42)