subsonic / SubSonic-3.0-Templates

T4 Template Project for the peeps
http://subsonic.github.io/
105 stars 46 forks source link

The generated class for context.tt does not compile. #55

Open beeblebrox opened 13 years ago

beeblebrox commented 13 years ago

There seems to be an addition with multioutput support that broke this class. I explain it in more detail as a comment in the code on github's blame for the code here.

I'm using the most recent master, so perhaps there was something down the line that removed the invalid method call, but I haven't been able to track that down. The workaround for me has been to remove the .First() method from the PrimaryKey accessor.