Mono refuses to resolve relative paths in T4 template includes
Ok so I'm trying to hack together something to make SubSonic3 work with Postgres, on Mono. I almost have the templates generating but have ran into one small problem. <#@ include file="PostgreSQL.ttinclude" #> will give a "cannot resolve include file" error. However, specifying a full path will work(though cumbersome) <#@ include...