Skip to content

AkkaNetContrib/AkkaAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka.Analyzer

A Roslyn Analyzer suite for Akka.NET projects.

Currently supports the following checks:

  • Error: tried to send ISystemMessage through IActorRef.Tell instead of IInternalActorRef.SendSystemMessage

Want to add more? Suggest some analyzers you'd like to see here.