DSL、XamlDOM (.NET 4 Beta) 和扩展 vs2008
我有以下情况:我想开发一个DSL。为了生成代码,我需要 XamlDOM 实现的帮助,它提供 XAML 代码的静态分析和操作。不幸的是,XamlDOM 只能与 .NET 4 一起使用。
使用 vs2010 和 .NET 4.0 Beta 不会有问题,但我需要针对 vs2008 的 DSL。我有任何解决方案或替代方案吗?
I have the following situation: I want to develop a DSL. To generate the code, I would need the help of the XamlDOM Implementation, which offers static analysis and manipulation of XAML Code. Unfortunately, XamlDOM can only be used with .NET 4.
I wouldn't have a problem using the vs2010 and .NET 4.0 Betas, but I need to target the DSL for vs2008. Do I have any solution or alternatives?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试 MSDN 上的 DSL 论坛: http://social.msdn .microsoft.com/Forums/en-US/dslvsarchx/threads
You could try the DSL forum on MSDN: http://social.msdn.microsoft.com/Forums/en-US/dslvsarchx/threads