Skip to content

Commit 23cce27

Browse files
authored
Use{Service} extension methods are NOT commonplace (#29438)
1 parent a052288 commit 23cce27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/extensions/options-library-authors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ As a .NET library author, you'll learn general guidance on how to correctly expo
1414

1515
## Naming conventions
1616

17-
By convention, extension methods responsible for registering services are named `Add{Service}`, where `{Service}` is a meaningful and descriptive name. Depending on the package, the registration of services may be accompanied by `Use{Service}` extension methods. The `Use{Service}` extension methods are commonplace in [ASP.NET Core](/aspnet).
17+
By convention, extension methods responsible for registering services are named `Add{Service}`, where `{Service}` is a meaningful and descriptive name. `Add{Service}` extension methods are commonplace in [ASP.NET Core](/aspnet).
1818

1919
✔️ CONSIDER names that disambiguate your service from other offerings.
2020

0 commit comments

Comments
 (0)