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の方法)でファイルを生成し、アンダースコアを付けないようにする方法はありますか?
t4toolboxによって生成されたコードは、フィールド名の違いのために400以上のエラーを引き起こします。