Tagged Questions
0
votes
1answer
140 views
Why is the 'Named Domain Class' tool missing in the DSL Designer category in the toolbox?
I have the Domain-Specific development with VS DSL Tools book by Cook, Jones, et.all
The book and various tutorials online mention a NamedDomainClass tool that should be present in the DSL Designer ...
0
votes
1answer
103 views
DSL Toolkit: How can I get correct elements written in this scenario?
Info: C# , VS2010 Beta 2 , DSL ToolKit Beta 2
I am trying to create the following generated XML in my DSL Diagram when used
<Method>
...
<FilterDescriptors>
...
1
vote
2answers
364 views
Why is there no Project Item when Deploying VSIX?
We have a VS2010 Beta 2 DSL Project , We can build, deploy and test on our Development machines and all is well i.e When we go to 'Add New Item' we can select our DSL
When it comes to giving the VSIX ...
0
votes
1answer
72 views
How do you include ProjectItem when deploying DSL?
I am using Visual Studio 2010 Beta 2, I want to package and deploy my completed DSL along with the generated ProjectItem. I can see everything has been compiled correctly. I have my VSIX file but that ...
0
votes
1answer
512 views
Best Practice for Obfuscating a C# Visual Studio DSL Solution as VSIX
I was wondering if anyone has any advice for obfuscating a DSL?
Background - We have created a DSL which we will putting into the Visual Studio Gallery as a VSIX file.
We already use dotfuscator for ...
0
votes
1answer
72 views
DSL Beta 2 - Connector Moniker - Why is it not in the diagram file?
I am creating a DSL, I want to associate two Entities with a connector but I do not want the EntityMoniker to be in the underlying XML, I need it to be in the Diagram File. I am not sure why it is not ...