T4MVC in MonoDevelop 2.4
Has anyone tried to make T4MVC work in MonoDevelop?
Out of the box, I get this error: Could not resolve include file 'T4MVC.settings.t4'.
When I include the full path in the include statement, it makes MonoDevelop crash completely.
Thanks for any in开发者_如何学Pythonfo!
Marc Lacoursiere
T4MVC relies heavily on the VisualStudio DTE object model, which would not be available in MonoDevelop. So I don't think you could get it working without changing a lot of things to use an equivalent MonoDevelop API (if there is one).
MD 2.4 didn't resolve included files relative to the files that included them. That might be the problem you're seeing. I've fixed the issue in MD trunk.
精彩评论