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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,10 @@ A few more specialized custom operations are provided to make certain common sce
156
156
-`connectionString`, for adding a strongly-typed connection string to the app's dependency injection container.
157
157
-`configurationValue`, for adding a strongly-typed configuration value to the apps' dependency injection container.
158
158
-`singleton`, for adding a singleton instance of a dependency to the app's dependency injection container.
159
+
-`scoped`, for adding a scoped instance of a dependency to the app's dependency injection container.
160
+
-`transient`, for adding a transient instance of a dependency to the app's dependency injection container.
159
161
-`hostedService`, for adding a hosted background service to the app's dependency injection container.
162
+
-`configure`, for configuring options registered via the "options pattern."
160
163
161
164
See the [API documentation](https://brianrourkeboll.github.io/FSharp.AspNetCore.WebAppBuilder/reference/fsharp-aspnetcore-builder-webappbuilder.html) for the full set of supported operations, with examples.
0 commit comments