Daryl LaBar

Results 42 issues of 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.

enhancement
Early Bound Generator

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....

bug
Attribute Manager

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...

bug
Attribute Manager

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...

bug
Attribute Manager

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...

enhancement
Attribute Manager

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.

enhancement
help wanted
Early Bound Generator

Provide a config value to specify crmSvcUtil providers to use rather than the Defaults

enhancement
Early Bound Generator

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...

Early Bound Generator

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...

enhancement
Early Bound Generator

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...

enhancement
Early Bound Generator