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

If you uncomment the following in `Intent.Modules.VisualStudio.Projects.imodspec`: ```xml ``` Then the following warning shows in the software factory run log: ``` Loaded assembly : System.Runtime.InteropServices.RuntimeInformation at version : 4.0.2.0. This...

bug

Before: ``` public void ResponseReceived(BankAccountAvsResponse response) { UpdateDateTime = DateTime.UtcNow; UpdatedBy = UserContext.Current.UserName; throw new NotImplementedException("Replace with your implementation..."); } ``` After: ``` public void ResponseReceived(System.String response, BankAccountAvsResponse response) {...

bug

I find myself checking each file that has changed to ensure it hasn't remove unexpected lines. It would be cool to see the number of lines added/removed/updated once the factory...

request

It would be nice to know what applications are affected by changes made to services/dtos upfront when running the factory. I have run into many situations where I forget to...

request