You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update dependency-injection.md
More accurately describe the applicable apps for DI when pointing to .NET docs. It is for all .NET apps other than web apps, not just console apps.
* Update aspnetcore/fundamentals/dependency-injection.md
Co-authored-by: Luke Latham <llatham@aquent.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Luke Latham <llatham@aquent.com>
Copy file name to clipboardExpand all lines: aspnetcore/fundamentals/dependency-injection.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ ASP.NET Core supports the dependency injection (DI) software design pattern, whi
19
19
20
20
For more information specific to dependency injection within MVC controllers, see <xref:mvc/controllers/dependency-injection>.
21
21
22
-
For information on using dependency injection in console apps, see [Dependency injection in .NET](/dotnet/core/extensions/dependency-injection)
22
+
For information on using dependency injection in applications other than web apps, see [Dependency injection in .NET](/dotnet/core/extensions/dependency-injection).
23
23
24
24
For more information on dependency injection of options, see <xref:fundamentals/configuration/options>.
0 commit comments