This uses Microsoft T4 build automation in the dev environment. To save time, we only run on one target framework, but the only purpose is to ensure our T4 templates aren't corrupted or generate code that won't compile, so this will catch it anyway.
On the build server, we use the mono/T4 .NET Tool, which generates the same code, but does so before any target framework runs, so we will have up to date code during a release.
Closes #40.
This uses Microsoft T4 build automation in the dev environment. To save time, we only run on one target framework, but the only purpose is to ensure our T4 templates aren't corrupted or generate code that won't compile, so this will catch it anyway.
On the build server, we use the mono/T4 .NET Tool, which generates the same code, but does so before any target framework runs, so we will have up to date code during a release.