Skip to content

Commit

Permalink
Update link to in known issues aspnet doc
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed Jun 16, 2016
1 parent 23a6868 commit 79099f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/aspnetcore/existing-db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Now it's time to create the EF model based on your existing database.
.. literalinclude:: _static/reverse-engineer-command.txt

.. caution::
Note that the connection string is double quoted (with single quotes inside the double quotes). This is a workaround for a `known issue in RC2 <https://github.com/aspnet/Release/issues/130>`_ for more details.
Note that the connection string is double quoted (with single quotes inside the double quotes). This is a workaround for a `known issue in RC2 <https://github.com/aspnet/EntityFramework/issues/5376>`_ for more details.

The reverse engineer process created entity classes and a derived context based on the schema of the existing database. The entity classes are simple C# objects that represent the data you will be querying and saving.

Expand Down

0 comments on commit 79099f2

Please sign in to comment.