Info
Version: | 9.0.0 |
Author(s): | Brandon Minnick, John Thiriet |
Last Update: | Friday, November 15, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/brminnick/AsyncAwaitBestPractices |
NuGet Url: | https://www.nuget.org/packages/AsyncAwaitBestPractices.MVVM |
Install
Install-Package AsyncAwaitBestPractices.MVVM
dotnet add package AsyncAwaitBestPractices.MVVM
paket add AsyncAwaitBestPractices.MVVM
AsyncAwaitBestPractices.MVVM Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.0
- AsyncAwaitBestPractices(>= 5.0.2)
- AsyncAwaitBestPractices(>= 5.0.2)
- AsyncAwaitBestPractices(>= 5.0.2)
Tags
Includes AsyncCommand and IAsyncCommand which allows ICommand to safely be used asynchronously with Task.
Includes AsyncValueCommand and IAsyncValueCommand which allows ICommand to safely be used asynchronously with ValueTask.