Philip Pittle
Philip Pittle
Hi @pjc0247! Good idea. In the mean time, what problem did you have? The sln is optimized for VS 2013, so you'll need VS 2013 Pro and the VS 2013...
Unfortunately, Visual Studio 2015 isn't supported yet (https://github.com/ppittle/pMixins/issues/42), so you'll need to use Visual Studio 2013. In this specific error message, the compiler is complaining that you're missing the Key...
Hi asd-and-Rizzo! Thank you for the comment, and apologies for the slow reply, I've been out for vacation. I'm not sure I understand your post, can you expand? Are you...
I'm not very familiar with the inner workings of T4, but if you look at [CopaceticSoftware.pMixins.CodeGenerator.Tests.IntegrationTests](https://github.com/ppittle/pMixins/blob/master/pMixins.CodeGenerator.Tests/IntegrationTests/GenerateCodeTestBase.cs), this has an example in the `MainSetup` method for using the `pMixinPartialCodeGenerator` directly: ```...