RxCookbook
RxCookbook copied to clipboard
Roslyn Analysers for Rx
It would be great to finally create the static code analysis tools that help enforce/catch the Rx Guidelines.
- Implementing
IObservable<T>
orIObserver<T>
- Not disposing
- Not providing and OnError handler