AsyncFixer 1.5.1
See the version list below for details.
dotnet add package AsyncFixer --version 1.5.1
NuGet\Install-Package AsyncFixer -Version 1.5.1
<PackageReference Include="AsyncFixer" Version="1.5.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add AsyncFixer --version 1.5.1
#r "nuget: AsyncFixer, 1.5.1"
// Install AsyncFixer as a Cake Addin #addin nuget:?package=AsyncFixer&version=1.5.1 // Install AsyncFixer as a Cake Tool #tool nuget:?package=AsyncFixer&version=1.5.1
AsyncFixer helps developers in finding and correcting common async/await misuses (i.e., anti-patterns). It currently detects 5 common kinds of async/await misuses and fixes 3 of them via program transformations. AsyncFixer has been tested with thousands of open-source C# projects and successfully handles many corner cases.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on AsyncFixer:
Package | Downloads |
---|---|
Omnia.Fx
Package Description |
|
Lombiq.Analyzers
Lombiq .NET Analyzers: .NET code analyzers and code convention settings for general .NET projects. See the project website for detailed documentation. |
|
Brupper.Forms
This package contains Brupper to use with Xamarin.Forms |
|
Brupper.Forms.FontAwesome
This package contains Brupper to use with Xamarin.Forms |
|
Brupper.Push
This package contains Brupper to use with Xamarin project for handling push notificcations. |
GitHub repositories (34)
Showing the top 5 popular GitHub repositories that depend on AsyncFixer:
Repository | Stars |
---|---|
MvvmCross/MvvmCross
The .NET MVVM framework for cross-platform solutions, including Android, iOS, MacCatalyst, macOS, tvOS, WPF, WinUI
|
|
exceptionless/Exceptionless
Exceptionless application
|
|
FoundatioFx/Foundatio
Pluggable foundation blocks for building distributed apps.
|
|
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
|
|
Baseflow/LottieXamarin
Render After Effects animations natively on Android, iOS, MacOS and TvOS for Xamarin
|