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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,5 +24,5 @@ Build the solution - `Platy.AdventureWorks.Repository.sln`.
24
24
Open the solution - `EntityFrameworkCore.Generator/EntityFrameworkCore.Generator.sln` and build it.
25
25
This is one of the submodules downloaded.
26
26
27
-
Execute the command `..\..\efg\EntityFrameworkCore.Generator.exe generate -f .\entity-generation.yml`.
28
-
This generates the domain files. Make sure adventure works database is available.
27
+
Execute the command `..\..\efg\EntityFrameworkCore.Generator.exe generate -f .\entity-generation.yml` from the directory of `Platy.AdventureWorks.Repository.csproj`.
28
+
This generates the domain files. Make sure the AdventureWorks database is available.
0 commit comments