Microsoft.Data.Entity.Build.Tasks Namespace

The Microsoft.Data.Entity.Build.Tasks namespace contains two MSBuild tasks that are used by the ADO.NET Entity Data Model Designer (Entity Designer).

Classes

  Class Description
Public class EntityClean Called by MSBuild to remove intermediate files that were created by the EntityDeploy task.
Public class EntityDeploy A build task that is used to deploy the Entity Framework artifacts that are generated from .edmx files. These artifacts can be embedded as resources or written to a file.
Public class EntityDeploySetLogicalNames Assigns the correct LogicalName to resources marked for embedding.
Public class EntityDeploySplit Groups .edmx files according to whether the corresponding model and mapping files will be embedded as resources or copied to the output directory.