Uses Roslyn to rewrite synchronous C# methods into async counterparts.
Info
Version: | 1.0.1.3 |
Author(s): | Shay Rojansky |
Last Update: | Saturday, August 27, 2016 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Shaman.AsyncRewriter |
Install
Install-Package Shaman.AsyncRewriter
dotnet add package Shaman.AsyncRewriter
paket add Shaman.AsyncRewriter
Shaman.AsyncRewriter Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Microsoft.CodeAnalysis.CSharp(>= 1.1.1)
- System.Reflection.Extensions(>= 4.0.1)
- System.Console(>= 4.0.0)
- System.Data.Common(>= 4.1.0)
- System.Diagnostics.Contracts(>= 4.0.1)
- System.Runtime.Extensions(>= 4.1.0)
- System.IO.FileSystem(>= 4.0.1)
- System.Linq(>= 4.1.0)
- System.Reflection(>= 4.1.0)
- System.Runtime(>= 4.1.0)
- Microsoft.CodeAnalysis.CSharp(>= 1.1.1)
- System.Reflection.Extensions(>= 4.0.1)