Akka.Analyzers
0.1.2
Prefix Reserved
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package Akka.Analyzers --version 0.1.2
NuGet\Install-Package Akka.Analyzers -Version 0.1.2
<PackageReference Include="Akka.Analyzers" Version="0.1.2" />
paket add Akka.Analyzers --version 0.1.2
#r "nuget: Akka.Analyzers, 0.1.2"
// Install Akka.Analyzers as a Cake Addin #addin nuget:?package=Akka.Analyzers&version=0.1.2 // Install Akka.Analyzers as a Cake Tool #tool nuget:?package=Akka.Analyzers&version=0.1.2
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#.
|
* [Resolved issues with `AK1001` Code Fix overwriting other `PipeTo` arguments](https://github.com/akkadotnet/akka.analyzers/issues/32)
* Updated `AK1001` to also check if `Sender` is being used as the `PipeTo` `IActorRef sender` argument, which is now also handled by both the analyzer and the Code Fix.
* Corrected casing on all issue numbers.