Anyone have experience calling Rake from MSBuild for code gen and other benefits? How did it go? Wha
- by Charlie Flowers
While programming in C# using Visual Studio 2008, I often wish for "automatic" code generation. If possible, I'd like to achieve it by making my MSBuild solution file call out to Rake, which would call Ruby code for the code generation, having the resulting generated files automatically appear in my solution.
Here's one business example (of many…