AsyncMethodNameFixer 1.0.0
See the version list below for details.
dotnet add package AsyncMethodNameFixer --version 1.0.0
NuGet\Install-Package AsyncMethodNameFixer -Version 1.0.0
<PackageReference Include="AsyncMethodNameFixer" Version="1.0.0" />
paket add AsyncMethodNameFixer --version 1.0.0
#r "nuget: AsyncMethodNameFixer, 1.0.0"
// Install AsyncMethodNameFixer as a Cake Addin #addin nuget:?package=AsyncMethodNameFixer&version=1.0.0 // Install AsyncMethodNameFixer as a Cake Tool #tool nuget:?package=AsyncMethodNameFixer&version=1.0.0
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.
Clicking on the lightbulb or pressing Ctrl + .
will show the fix with preview.
Pressing return will apply the fix and rename the method at all places.
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
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.
Fix Async Method Names