AsyncMethodNameFixer 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package AsyncMethodNameFixer --version 1.0.1
NuGet\Install-Package AsyncMethodNameFixer -Version 1.0.1
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="AsyncMethodNameFixer" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AsyncMethodNameFixer --version 1.0.1
#r "nuget: AsyncMethodNameFixer, 1.0.1"
#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 AsyncMethodNameFixer as a Cake Addin
#addin nuget:?package=AsyncMethodNameFixer&version=1.0.1

// Install AsyncMethodNameFixer as a Cake Tool
#tool nuget:?package=AsyncMethodNameFixer&version=1.0.1

The easiest way to analyze and fix method names for asynchronous methods.

See the change log for changes and road map.

Features

  • Fix Async Method Names

Fix Async Method Names

If there is any asynchronous method violating the naming convention then the analyzer will show a warning and the lightbulb to fix it.

Warning

Clicking on the lightbulb or pressing Ctrl + . will show the fix with preview.

Fix Preview

Pressing return will apply the fix and rename the method at all places.

Fixed

Contribute

For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project.

License

Apache 2.0

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on AsyncMethodNameFixer:

Package Downloads
PhoenixToolkits.EventBus

Package Description

PhoenixToolkits.Authorization.Abstractions

授權抽象層

PhoenixToolkits.Authorization.AspNetCore

以Asp.Net core的Authorization整合實作授權機制

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0 3,738 7/19/2023
2.2.0 232 7/14/2023
2.1.0 11,191 3/6/2022
2.0.2 6,847 4/18/2020
2.0.1 683 4/24/2019
2.0.0 585 4/19/2019
1.0.1 1,054 12/15/2017
1.0.0 1,024 12/15/2017

Fix Async Method Names