Asyncify 0.9.7-beta1
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.
See the version list below for details.
Install-Package Asyncify -Version 0.9.7-beta1
dotnet add package Asyncify --version 0.9.7-beta1
<PackageReference Include="Asyncify" Version="0.9.7-beta1" />
paket add Asyncify --version 0.9.7-beta1
#r "nuget: Asyncify, 0.9.7-beta1"
// Install Asyncify as a Cake Addin
#addin nuget:?package=Asyncify&version=0.9.7-beta1&prerelease
// Install Asyncify as a Cake Tool
#tool nuget:?package=Asyncify&version=0.9.7-beta1&prerelease
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 |
---|---|
egil/bUnit
A testing library for Blazor Components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can easily interact with and inspect components, trigger event handlers, provide cascading values, inject services, mock IJSRuntime, and perform snapshot testing.
|
|
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
|
|
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 | 11,086 | 10/5/2015 |
0.9.7-beta2 | 826 | 9/25/2015 |
0.9.7-beta1 | 844 | 9/16/2015 |
0.9.6 | 716 | 9/11/2015 |