Roslyn analyzer for C# that flags usage of Akka.Props<T>(...)
as an error if there is a mismatch between the target type T
and the passed parameters.
The analyzer can be installed through NuGet or installed as a Visual Studio Extension.
dotnet add package Toendering.RoslynAnalyzer.Akka
The analyzer can also be installed as a Visual Studio extension but is currently not available in the Visual Studio Marketplace so you will have to download and build it yourself to use it.
- Does not take optional constructor parameters into account