AdaskoTheBeAsT.Asyncify
0.9.7.3
See the version list below for details.
dotnet add package AdaskoTheBeAsT.Asyncify --version 0.9.7.3
NuGet\Install-Package AdaskoTheBeAsT.Asyncify -Version 0.9.7.3
<PackageReference Include="AdaskoTheBeAsT.Asyncify" Version="0.9.7.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add AdaskoTheBeAsT.Asyncify --version 0.9.7.3
#r "nuget: AdaskoTheBeAsT.Asyncify, 0.9.7.3"
// Install AdaskoTheBeAsT.Asyncify as a Cake Addin #addin nuget:?package=AdaskoTheBeAsT.Asyncify&version=0.9.7.3 // Install AdaskoTheBeAsT.Asyncify as a Cake Tool #tool nuget:?package=AdaskoTheBeAsT.Asyncify&version=0.9.7.3
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. This version contains all the dependencies upgraded.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
--- 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.