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.
<PackageVersion Include="AsyncMethodNameFixer" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="AsyncMethodNameFixer" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package AsyncMethodNameFixer@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AsyncMethodNameFixer&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=AsyncMethodNameFixer&version=1.0.1
                    
Install as a Cake Tool

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 (5)

Showing the top 5 NuGet packages that depend on AsyncMethodNameFixer:

Package Downloads
PhoenixToolkits.EventBus

Package Description

PhoenixToolkits.Authorization.Abstractions

授權抽象層

PhoenixToolkits.Authorization.AspNetCore

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

AnubisScales.Authorization.Abstractions

授權抽象層

AnubisScales.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 27,316 7/19/2023
2.2.0 356 7/14/2023
2.1.0 15,759 3/6/2022
2.0.2 8,076 4/18/2020
2.0.1 894 4/24/2019
2.0.0 799 4/19/2019
1.0.1 1,577 12/15/2017
1.0.0 1,548 12/15/2017

Fix Async Method Names