Asyncify 0.9.7
dotnet add package Asyncify --version 0.9.7
NuGet\Install-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"
// Install Asyncify as a Cake Addin #addin nuget:?package=Asyncify&version=0.9.7 // Install Asyncify as a Cake Tool #tool nuget:?package=Asyncify&version=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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Asyncify:
Package | Downloads |
---|---|
Hive.Analyzers
Package Description |
|
Allegro.CosmosDb.ConsistencyLevelUtilities
Utilities helpful in handling CosmosDb Consistency Levels. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Asyncify:
Repository | Stars |
---|---|
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
|
|
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
|
|
VahidN/DNTIdentity
A highly customized sample of the ASP.NET Core Identity
|
|
VahidN/DNTCommon.Web.Core
DNTCommon.Web.Core provides common scenarios' solutions for ASP.NET Core applications.
|
Version | Downloads | Last updated |
---|---|---|
0.9.7 | 1,041,601 | 10/5/2015 |
0.9.7-beta2 | 2,520 | 9/25/2015 |
0.9.7-beta1 | 2,510 | 9/16/2015 |
0.9.6 | 3,494 | 9/11/2015 |
--- 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.