Roslyn incremental source generator that handles the [DispatchUpdate] attribute.
More...
Public Member Functions | |
| void | Initialize (IncrementalGeneratorInitializationContext context) |
Roslyn incremental source generator that handles the [DispatchUpdate] attribute.
Scans the target type for On{MsgType}() handler methods and emits the Update(IMsg) switch dispatch. Optionally emits [Component] scaffolding when both attributes are present.