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: docs/README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
-
# ASP.NET Core on .NET
1
+
# Documentation
2
2
3
-
ServiceComposer leverages the Endpoints support to plugin into the request handling pipeline.
4
-
ServiceComposer can be added to existing or new ASP.NET Core projects, or it can be hosted in .NET console applications.
3
+
## Hosting
4
+
5
+
ServiceComposer leverages the ASP.NET Core Endpoints support to plugin into the request handling pipeline. ServiceComposer can be added to existing or new ASP.NET Core projects, or it can be hosted standalone in .NET console applications.
5
6
6
7
## Supported .NET versions
7
8
8
9
ServiceComposer targets .NET 8.
9
10
10
-
## Note about thread safety
11
-
12
-
If resources are shared across more than one handler they must be [thread-safe](thread-safety.md).
11
+
> [!NOTE]
12
+
> About thread safety
13
+
> If resources are shared across more than one handler they must be [thread-safe](thread-safety.md).
0 commit comments