Daryl LaBar
Daryl LaBar
Fix for #318 does delete the files, but doesn't update the project files. So the deleted files needs to be recorded and later removed from the project file.
Example, Contact Table and MyCustomTable. Have MyCustomTable.Contact and be trying to rename it to MyCustomTableId. Have a grid view on the Contact table of type Connection using the Entity MyCustomTable....
Receiving error attempting to convert a Single Line Field to a multiple line field: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot implicitly convert type 'void' to 'object' at CallSite.Target(Closure , CallSite , Logic , Object...
See #161 > I had a whole number attribute and a workflow on the entity with a condition step if the attribute equalled 2. I used your plugin to change...
See #161 > > Regarding the languages, this would only be a nice to have as the CRM attribute editor doesn’t even do it (you have to export and import...
Currenlty BPFs are generated as "new_bpf_GUID", but the comment for it says the name of the BPF. Update the name to be based on the comment.
Provide a config value to specify crmSvcUtil providers to use rather than the Defaults
Currently the Entities, OptionSets, and Actions run in parallel. This causes race conditions if attempts are made to update the project file, by adding new files. Instead of updating TFS...
Currently Windows RT does not support some of the features of the standard generated Entities. Microsoft has created a Code DOM Service for generating Entities that are supported for RT...
I'm thinking it would be useful to add [DebuggerDisplay](https://learn.microsoft.com/en-us/dotnet/framework/debug-trace-profile/enhancing-debugging-with-the-debugger-display-attributes) attributes to entities that default to the name of the attribute. It would also be nice to be able to define...