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
<h3id="specifying-an-entity-framework-core-dbcontext">Specifying an Entity Framework Core DbContext</h3>
102
102
<p>If you are using Entity Framework Core as your ORM, you can add all the models of a <code>DbContext</code> to the resource graph.</p>
@@ -105,7 +105,7 @@ <h3 id="specifying-an-entity-framework-core-dbcontext">Specifying an Entity Fram
105
105
</code></pre>
106
106
<p>Be aware that this does not register resource definitions, resource services and repositories. You can combine it with auto-discovery to achieve this.</p>
0 commit comments