Akka.NET Community Standup Template
Akka.Analyzers
- [ ] Release notes:
- [ ] By @Aaron Stannard and @Gregorius Soedharmo
Akka.Analyzers
- [ ] We are actively looking for more rule submissions and suggestions here https://github.com/akkadotnet/akka.analyzers
- [ ] Must be detectable at compile time (naturally, otherwise Roslyn can’t find it)
- [ ] Doesn’t matter if it’s kind of an edge case - ending footguns via static analysis is the goal
Show and Tell Presentation - Introducing Akka.Analyzers
In this talk we introduce Akka.Analyzers, a new set of Roslyn Analyzers to help detect Akka.NET programming problems at compile time via the Roslyn Compiler Platform. We'll cover the goals of this project and show you how to submit your own suggestions for programming errors Akka.Analyzers should be looking for in end-user projects!