Info
Version: | 0.9.7 |
Author(s): | Hans van Bakel |
Last Update: | Monday, October 5, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/hvanbakel/Asyncify-CSharp |
NuGet Url: | https://www.nuget.org/packages/Asyncify |
Install
Install-Package Asyncify
dotnet add package Asyncify
paket add Asyncify
Asyncify Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This model, introduced in C# 5, adds an intuitive way of handling asynchronous calls within C#.
The analyzer allows large codebases to be easily modified to use the TAP model by finding violations and applying fixes up the call tree.