Skip to content

Commit

Permalink
Merge pull request #2170 from dotnet/20200309_Issue2163_01
Browse files Browse the repository at this point in the history
Adding warning to EF6 What's New Entity designer support section
  • Loading branch information
lajones authored Mar 10, 2020
2 parents 2773204 + 4b04760 commit be23df5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entity-framework/ef6/what-is-new/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ The linked files will look like this in the project file:

Note that the EDMX file is linked with the EntityDeploy build action. This is a special MSBuild task (now included in the EF 6.3 package) that takes care of adding the EF model into the target assembly as embedded resources (or copying it as files in the output folder, depending on the Metadata Artifact Processing setting in the EDMX). For more details on how to get this set up, see our [EDMX .NET Core sample](https://aka.ms/EdmxDotNetCoreSample).

Warning: make sure the the project defining the "real" .edmx file comes _before_ the project defining the link inside the .sln file. Otherwise, when you open the .edmx file, you see the error message "The Entity Framework is not available in the target framework currently specified for the project. You can change the target framework of the project or edit the model in the XmlEditor".

## Past Releases

The [Past Releases](past-releases.md) page contains an archive of all previous versions of EF and the major features that were introduced on each release.

0 comments on commit be23df5

Please sign in to comment.