You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add strongly-typed SendEvent methods for DurableEventAttribute
- Added AddEventSendMethod to generate Send{EventName} extension methods
- Generated methods provide type-safe way to send events between orchestrations
- Updated all 3 event unit tests to verify SendEvent generation
- All 41 generator tests passing
- AzureFunctionsApp builds successfully with new methods
Co-authored-by: YunchuWang <[email protected]>
0 commit comments