Intent.Modules icon indicating copy to clipboard operation
Intent.Modules copied to clipboard

Common modules and designers for Intent Architect

Results 74 Intent.Modules issues
Sort by recently updated
recently updated
newest added

```suggestion Enter `MyCompany.MyModule.Templates.StartupTemplate.IStartupTemplateContract` in the `Implements Decorator Contract`'s `Type Fullname` field. ``` Side note, could we change the module builder stereotype to make this a drop down with templates in...

Have these values overridable rather than always generated by convention.

enhancement

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. ![image](https://user-images.githubusercontent.com/7236289/64153414-1f92a600-ce2f-11e9-82b3-0bc31337c8f5.png) 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....

The NuGet installer chokes on the following .csproj file while VS 2019 doesn't mind. ```xml netstandard2.0 ``` The error thrown is: ``` System.ArgumentException: '1.0.2.0' is not a valid version string....

enhancement

![image](https://user-images.githubusercontent.com/1290262/63285482-24474e00-c2b6-11e9-9d19-fd90affe0c2f.png)

bug

When you have a template with _creation mode_ of `File per Model` (the default), then it will always generate the template with the derived type's generic parameter being `IElement`. This...

enhancement

I always get this error when creating a new project or trying to install this module: Failed to install Intent.OutputManager.RoslynWeaver 1.9.0: Unable to locate module Intent.OutputManager.RoslynWeaver 1.9.0. -- And without...

Both `Intent.Common.IntentMetadataExtensions` and `Intent.Common.MetadataExtensionsV2` have conflicting method signature of `public static IEnumerable GetEnumModels(this IMetaDataManager metaDataManager, SoftwareFactory.Engine.IApplication application, string metadataIdentifier)` We must ensure this is fixed for 2.0.0. ![image](https://user-images.githubusercontent.com/1290262/60656144-3fb5e100-9e4f-11e9-8d3f-a57d7306154e.png)