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
A [`Mermaid`](https://mermaid.js.org/syntax/entityRelationshipDiagram.html)[`.t4`](https://learn.microsoft.com/en-us/ef/core/managing-schemas/scaffolding/templates) template will be installed into the project. You can ignore this file (by adding it to `.gitignore`), or add it to source control. The template file is used to generate the ER Diagram, feel free to customise it. If you delete it, it will be regenerated next time you generate an ER Diagram.
28
+
This extension contributes the following settings:
29
29
30
-
<imgsrc="./images/er-diagram.png"alt="Entity Framework ER Diagram" />
@@ -187,6 +199,12 @@ This extension contributes the following settings:
187
199
188
200
</details>
189
201
202
+
### ER Diagram
203
+
204
+
A [`Mermaid`](https://mermaid.js.org/syntax/entityRelationshipDiagram.html)[`.t4`](https://learn.microsoft.com/en-us/ef/core/managing-schemas/scaffolding/templates) template will be installed into the project. You can ignore this file (by adding it to `.gitignore`), or add it to source control. The template file is used to generate the ER Diagram, feel free to customise it. If you delete it, it will be regenerated next time you generate an ER Diagram.
205
+
206
+
<imgsrc="./images/er-diagram.png"alt="Entity Framework ER Diagram" />
207
+
190
208
## Performance
191
209
192
210
The EF tools execute application code at design time to get information about the project, thus _performance on large projects can be slow_.
0 commit comments