AdaskoTheBeAsT.Asyncify 0.9.7.3

dotnet add package AdaskoTheBeAsT.Asyncify --version 0.9.7.3
NuGet\Install-Package AdaskoTheBeAsT.Asyncify -Version 0.9.7.3
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="AdaskoTheBeAsT.Asyncify" Version="0.9.7.3">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AdaskoTheBeAsT.Asyncify --version 0.9.7.3
#r "nuget: AdaskoTheBeAsT.Asyncify, 0.9.7.3"
#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 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.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
0.9.7.3 1,431 3/5/2024
0.9.7.2 805 2/11/2024
0.9.7.1 130 2/5/2024

--- 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.