生成的文件与实体映射有关 - 它是什么,是否可靠地重新自动生成?

时间:2013-08-11 22:05:03

标签: entity-framework tfs auto-generate

我在一个文件夹中有一个自动生成的文件,名为Core.Views.cs,我们有一个Core.edmx文件。这看起来像是与实体框架相关的东西,尽管之前我没有遇到过这种特定类型的自动生成文件。该文件的开头如下:

//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.296
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

[assembly: System.Data.Mapping.EntityViewGenerationAttribute(typeof(Edm_EntityMappingGeneratedViews.ViewsForBaseEntitySetsA6A322F63F6E541F50AC0C3927F34D34A0332BA66EF2300CE900CF04516540EA))]

namespace Edm_EntityMappingGeneratedViews
{
  • 如果我将其检入源代码控制,它会破坏我们的TFS构建,因为构建过程似乎试图重新生成文件,因此会产生冲突
  • 此文件的作用是什么,是否始终可靠地从源代码重新生成?

0 个答案:

没有答案