Asyncify 0.9.7

dotnet add package Asyncify --version 0.9.7
NuGet\Install-Package Asyncify -Version 0.9.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Asyncify" Version="0.9.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Asyncify --version 0.9.7
#r "nuget: Asyncify, 0.9.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

Allegro.CosmosDb.ConsistencyLevelUtilities The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 788,736 10/5/2015
0.9.7-beta2 2,309 9/25/2015
0.9.7-beta1 2,333 9/16/2015
0.9.6 2,941 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.