我正在尝试使用t4toolbox为项目生成linq2sql类。已经有很多代码是针对默认dbml生成的代码编写的。
在LinqToSqlEntityClassTemplate.tt文件中
/// <para>
/// While MSLinqToSQLGenerator generates field names as property name with an
/// underscore prefix, this method simply converts the property name to camelCase.
/// This is done for consistency with the StyleCop rule SA1306: Variable names
/// must start with a lower-case letter.
/// </para>
有没有办法让它以默认方式(Visual Studio方式)生成文件,而不是使用camelCasing和不使用下划线?
t4toolbox生成的代码由于字段名称的差异而导致400+个错误。