Intent.Modules
Intent.Modules copied to clipboard
Common modules and designers for Intent Architect
The no (negative condition) button has focus when the view loads. It looks a little tacky. 
One thing that would make Intent IDE very useful is to load custom plugins into the actual front-end (not Software factory process) to be able to perform scripted actions that...
I was busy renaming two properties on two different DTOs (I accidentally had them the wrong way around) and found that unless you press TAB (or ENTER, I think) to...
Need an elegant failure / resolution handler
### Simptom  This is encountered in the Module Builder for Intent Architect 2.0+ ### Issue 1 This is caused because the TemplateGenerator used in the PreProcessor templates are returning...
When you put a stereotype on the generalization end like so:  The API does not expose this, it only has an `IClass` property, for the parentclass and nothing more...
https://github.com/IntentSoftware/IntentArchitect/blob/5f2bc2ac327f68ac87a407612c5e3118d2a0e137/Modules/Intent.Modules.ModuleBuilder/Templates/RoslynProjectItemTemplatePartial/RoslynProjectItemTemplatePartialTemplate.tt#L34 The line referenced above is causing the following error when running the SF: ``` System.MissingMethodException: Method not found: 'Void Intent.Modules.Common.Templates.IntentRoslynProjectItemTemplateBase`1.AddTypeSource(System.String, System.String)'. ``` It seems the latest published NuGet package...