RxCookbook icon indicating copy to clipboard operation
RxCookbook copied to clipboard

Roslyn Analysers for Rx

Open LeeCampbell opened this issue 8 years ago • 0 comments

It would be great to finally create the static code analysis tools that help enforce/catch the Rx Guidelines.

  • Implementing IObservable<T> or IObserver<T>
  • Not disposing
  • Not providing and OnError handler

LeeCampbell avatar Aug 26 '16 02:08 LeeCampbell