Asyncify 0.9.7
Asyncify-CSharp is an analyzer and codefix that allows you to quickly update your code to use the Task Asynchronous Programming model. 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.
Install-Package Asyncify -Version 0.9.7
dotnet add package Asyncify --version 0.9.7
<PackageReference Include="Asyncify" Version="0.9.7" />
paket add Asyncify --version 0.9.7
#r "nuget: Asyncify, 0.9.7"
Release Notes
--- 0.9.7
Added interface refactoring
--- 0.9.6
Bugfix for invocation not calling .Result
Bugfix for .Result calls outside of a method
Bugfix for variable access within a Lambda expression
--- 0.9.5707.38527
First version of the nuget package.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Asyncify:
Repository | Stars |
---|---|
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
|
|
VahidN/DNTPersianUtils.Core
DNTPersianUtils.Core is a collection of Persian helper extension methods
|
|
VahidN/DNTCaptcha.Core
DNTCaptcha.Core is a captcha generator and validator for ASP.NET Core applications
|
Version History
Version | Downloads | Last updated |
---|---|---|
0.9.7 | 7,746 | 10/5/2015 |
0.9.7-beta2 | 796 | 9/25/2015 |
0.9.7-beta1 | 813 | 9/16/2015 |
0.9.6 | 682 | 9/11/2015 |