Skip to content

janus-toendering/roslyn-analyzer-akka-net

Repository files navigation

Nuget

Roslyn Analyzer for Akka.NET

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.

Install

The analyzer can be installed through NuGet or installed as a Visual Studio Extension.

Nuget (cli)

dotnet add package Toendering.RoslynAnalyzer.Akka

Vistual Studio Extension

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.

Known Issues

  • Does not take optional constructor parameters into account

About

Roslyn Analyzer for Akka.NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published