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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Replace `<ConnectionString>` with a valid database connection string.
40
40
41
41
### Generation Output
42
42
43
-
The `generate` command will create the follow files and directory structure by default. The root directory defaults to the current working directory. Most of the output names and locations can be customized in the [configuration file](https://efg.loresoft.com/en/latest/configuration/)
43
+
The `generate` command will create the follow files and directory structure by default. The root directory defaults to the current working directory. Most of the output names and locations can be customized in the [configuration file](https://efg.loresoft.com/configuration/)
44
44
45
45
#### Data Context Output
46
46
@@ -56,7 +56,7 @@ The mapping directory contains a fluent mapping class to map each entity to its
56
56
57
57
## Initialize Command
58
58
59
-
The `initialize` command is used to create the configuration yaml file and optionally set the [connection string](https://efg.loresoft.com/en/latest/connectionString/). The configuration file has many options to configure the generated output. See the [configuration file](https://efg.loresoft.com/en/latest/configuration/) documentation for more details.
59
+
The `initialize` command is used to create the configuration yaml file and optionally set the [connection string](https://efg.loresoft.com/connectionString/). The configuration file has many options to configure the generated output. See the [configuration file](https://efg.loresoft.com/configuration/) documentation for more details.
60
60
61
61
The following command will create an initial `generation.yaml` configuration file as well as setting a user secret to store the connection string.
62
62
@@ -129,7 +129,7 @@ Entity Framework Core Generator supports the following databases.
129
129
- MySQL
130
130
- Sqlite
131
131
132
-
The provider can be set via command line or via the [configuration file](https://efg.loresoft.com/en/latest/configuration/).
132
+
The provider can be set via command line or via the [configuration file](https://efg.loresoft.com/configuration/).
133
133
134
134
Set via command line
135
135
@@ -151,7 +151,7 @@ The database schema is loaded from the metadata model factory implementation of
151
151
152
152
## View Models
153
153
154
-
Entity Framework Core Generator supports generating [Read](https://efg.loresoft.com/en/latest/md/read/), [Create](https://efg.loresoft.com/en/latest/md/create/) and [Update](https://efg.loresoft.com/en/latest/md/update/) view models from an entity. Many projects rely on view models to shape data. The model templates can be used to quickly get the basic view models created. The model templates also support regeneration so any database change can easily be sync'd to the view models.
154
+
Entity Framework Core Generator supports generating [Read](https://efg.loresoft.com/md/read/), [Create](https://efg.loresoft.com/md/create/) and [Update](https://efg.loresoft.com/md/update/) view models from an entity. Many projects rely on view models to shape data. The model templates can be used to quickly get the basic view models created. The model templates also support regeneration so any database change can easily be sync'd to the view models.
0 commit comments