microsoft / AdaptiveCards

A new way for developers to exchange card content in a common and consistent way.
https://adaptivecards.io
MIT License
1.75k stars 550 forks source link

[UWP] Refactor to use coroutines instead of completed handlers #8304

Open anna-dingler opened 1 year ago

anna-dingler commented 1 year ago

Platform

Issue

Refactor codebase to use coroutines instead of completed handlers. This will make the code easier to read and understand.

anna-dingler commented 3 months ago

@jwoo-msft Did you complete this task with the ImageRenderer updates?