Event aggregation aspect
Automatically publishes events of an object to an event aggregator.
32
votes

Planned for PostSharp 5.0.
2 comments
-
Roy Tinker commented
I know this is possible by manually publishing events in an event handler, but auto wire-up here (or auto-implementing IObservable on the decorated class) would be that much more convenient.
-
Roy Tinker commented
Thus property changes could be aggregated as an event stream (Rx or other) and consumed or streamed elsewhere.