Dan Cazzulino posted Reactive Framework Extensions Generator
It traverses all public types in a given assembly (i.e. PresentationFramework.dll, for WPF) and generates a "Reactive" assembly for it (i.e. PresentationFramework.Reactive.dll) which contains the necessary extension methods for all public types that expose generic or custom delegate events that can be automatically converted to IObservables.
Download it at the Visual Studio Gallery.
{ 0 comments… add one now }