Akka.Analyzers 0.1.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.
Showing the top 20 packages that depend on Akka.Analyzers.
Packages | Downloads |
---|---|
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
25 |
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
23 |
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
22 |
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
21 |
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
13 |
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
11 |
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
9 |
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
7 |
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
6 |
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
5 |
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
4 |
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
3 |
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
2 |
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
1 |
Added first set of Roslyn Analyzers and fixes for Akka.NET:
* [AK1000: must not `new` up actor types outside of `Props.Create`](https://github.com/Aaronontheweb/akka.analyzers/pull/3)
* [AK1001: must close over `Sender` when using `PipeTo`](https://github.com/Aaronontheweb/akka.analyzers/pull/5)
* [AK2000: `Ask` should never have `TimeSpan.Zero`](https://github.com/Aaronontheweb/akka.analyzers/issues/11)
This is a pre-release package - we will work on incorporating this directly into the core [Akka.NET NuGet packages](https://www.nuget.org/packages/Akka).
.NET Standard 2.0
- Microsoft.CodeAnalysis (>= 4.8.0)