Skip to content

Commit

Permalink
Update AssemblyLoadingStrategy.md (dotnet#11509)
Browse files Browse the repository at this point in the history
  • Loading branch information
chsienki authored Feb 19, 2025
1 parent 78a7949 commit 20a9aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/AssemblyLoadingStrategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sequenceDiagram
#create participant factory(2) as Factory
#(see https://github.com/mermaid-js/mermaid/issues/5023)
factory(1)->>factory(2): Create New Factory
factory(2)-->>factory(1):
factory(2)-->>factory(1):
factory(1)->>factory(2): Create Service Internal
#create participant serviceInstance as Service Instance
factory(2)->>serviceInstance: Create Service instance
Expand All @@ -42,7 +42,7 @@ sequenceDiagram
serviceHub->>serviceInstance: Handle Request
serviceInstance-->>razorAlc: Implicit load request
razorAlc->>razorAlc: Load source generator
razorAlc-->>serviceInstance:
razorAlc-->>serviceInstance:
serviceInstance->>serviceInstance: Handle Request
serviceInstance-->>serviceHub: Result
```

0 comments on commit 20a9aa3

Please sign in to comment.