Bug : Ormlite T4 template

should not generate UserAuth

  1. add UserAuth to DB
  2. run t4 template

expected: UserAuth does not be generated.
actually: UserAuth, UserAuthDetail, UserAuthRoles generate

No, this is not an issue, OrmLite is a general purpose DB class generator tool, it’s completely independent of ServiceStack’s built-in tables.

The T4 templates work as they should, generating each table it sees. When a duplicate table is generated, delete it from the T4 template output.