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

Just as you have a `Go to definition` option in a service operation, it would be great to have a `Find usage` option on DTOs, Enums, etc. to see which...

For example, something like this: ![image](https://user-images.githubusercontent.com/1290262/36587040-8870116c-188c-11e8-98f1-fbdf98bc18f5.png) The problem is that the error you see in the software factory does not help you work out where the problem lies, it is...

bug
enhancement

Related to #109, when trying to remove the generated `#warning`s in the code, it wouldn't remove it from the generated files. The file had to be manually deleted and then...

Intent.Modules.RichDomain.Templates.EntityStateInterface.DomainEntityStateInterfaceTemplate has following lines: ```csharp #warning Indexes and Unqiues on FKs think its not done for 1 to Many #warning need to factor in Aggregate boundaries into Edit and States...

If there is a problem in the `.csproj` file that gets generated and an exception gets thrown, it gives the necessary error for the content of the project file that...

enhancement

C# seems supports sending files to a recycle bin quite easily: https://msdn.microsoft.com/en-us/library/ms127976.aspx We should probably make this optional, either through a user option, or tick box at somewhere like the...

enhancement

I just added `Modules/Intent.Modules.Application.Contracts/CSharpHelpers.cs`, which addresses what happens when identifiers are generated which conflict with C# keywords. And then we already had other classes like `CSharpTypeReferenceExtensions`, `TypescriptTypeReferenceExtensions`, which also address...

question

Due to the way EF proxies work, trying to clear a collection on an EF type loaded from the database by assigning it a new collection does not cause the...

enhancement

Method IntentManaged Attributes duplicating when they exist on Solution file in Merge mode and exist in the Template with a different signature. ![pasted image at 2018_01_15 10_17 pm](https://user-images.githubusercontent.com/11704606/34960250-be3f37c2-fa42-11e7-821c-24b01e6572ee.png)

It might be beneficial to be able to export the Console output to a text file or even copy to the clipboard. ![image](https://user-images.githubusercontent.com/7236289/34044111-6afd2bea-e1ac-11e7-9325-284f00352ecb.png)

enhancement