Dandré
Dandré
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...
### 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...
Intent has a way to tell the Roslyn Weaver not to overwrite methods during code generation runs which is very useful. It would also be useful to be able to...
Depending on how module versions are published, the order is not sorted.  Please could we get that sorted out for Intent 2.0?
When generating Domain Entities from the `Intent.Entities` module, there is a default constructor that is generated as well since EF needs a default constructor when loading information from the DB....
Since Templates have `TemplateIds` for `Templates`, `DecoratorIds` for `Decorators`, etc. that is specified in `code` and in the `imodspec`, can we have the `IntentArchitectPackager` verify that the Ids defined in...
For Templates that wish to update the Web.config file in a Visual Studio project, they only need to register a decorator that inherits `IXmlDecorator` indirectly which gives the decorator access...
In the Intent Modules view, the versions shown on the table view shows the version that is currently published instead of the current installed version. This is quite confusing to...
Running only VS 2019 (without having 2015 or earlier installed): > ``Microsoft.Build.Exceptions.InvalidProjectFileException: The tools version "15.0" is unrecognized. Available tools versions are "14.0", "2.0", "3.5", "4.0". C:\Dev\Project\Project.csproj at Microsoft.Build.Shared.ProjectErrorUtilities.ThrowInvalidProject(String errorSubCategoryResourceName,...