reactiveui / website

ReactiveUI documentation and guidelines website. PR's welcome! 💖
https://www.reactiveui.net/
MIT License
35 stars 127 forks source link

Update Cancellation to use a ReactiveCommand #847

Closed ChrisPulman closed 3 months ago

ChrisPulman commented 3 months ago

What are the main goals of this change?

Change recommendations to use ReactiveCommand.CreateFromTask(async (ct) =>{}) of Observable.FromAsync(async (ct) =>{})

github-actions[bot] commented 2 months ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.