Akka.Analyzers
0.2.3
Prefix Reserved
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package Akka.Analyzers --version 0.2.3
NuGet\Install-Package Akka.Analyzers -Version 0.2.3
<PackageReference Include="Akka.Analyzers" Version="0.2.3" />
paket add Akka.Analyzers --version 0.2.3
#r "nuget: Akka.Analyzers, 0.2.3"
// Install Akka.Analyzers as a Cake Addin #addin nuget:?package=Akka.Analyzers&version=0.2.3 // Install Akka.Analyzers as a Cake Tool #tool nuget:?package=Akka.Analyzers&version=0.2.3
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.
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#.
|
* [AK1002: Fix false positive detection](https://github.com/akkadotnet/akka.analyzers/pull/72)
* [Add multi target support for Roslyn 3.11, 4.4, 4.6, and 4.8](https://github.com/akkadotnet/akka.analyzers/pull/73)
* [AK1001: Rule removed due to #65](https://github.com/akkadotnet/akka.analyzers/pull/74)