The Achilles heal of this project is that the AssemblyReferences.tt file is volatile. This is annoying when it comes to source control.
Ways of dealing with it:
- Add a readme file with instructions for excluding the file for the popular VCSs.
- Change the default location of the AssemblyReferences.tt file to a location normally excluded by source control (perhaps "obj" folder)
Input wanted.