CrmCodeGenerator icon indicating copy to clipboard operation
CrmCodeGenerator copied to clipboard

Dynamics CRM Code Generator for Visual Studio

Results 9 CrmCodeGenerator issues
Sort by recently updated
recently updated
newest added

- Add Global Picklist to the code generator.

Hi Eric I've a problem with duplicate code generation using the extended V2 template from 15.0.4, specifically for the Campaign entity N:N relationships. I've reverted to the template from 1.0.4...

add MultiSelectPickList to generator update crm sdk to 9.0.0

`[System.Runtime.Serialization.DataContractAttribute()] public enum AccountState { [System.Runtime.Serialization.EnumMemberAttribute()] = 0, [System.Runtime.Serialization.EnumMemberAttribute()] _2 = 1, }`

mistake when generating classes. Below I will give an example of the work of the standard mechanism of the utility. [System.Runtime.Serialization.DataContractAttribute()] [Microsoft.Xrm.Sdk.Client.EntityLogicalNameAttribute("new_bankgroup")] [System.CodeDom.Compiler.GeneratedCodeAttribute("CrmSvcUtil", "8.0.1.7297")] public partial class new_BankGroup : Microsoft.Xrm.Sdk.Entity,...

After installing this extension on VS 2015 I get error message saying: Microsoft Visual Studio The 'CrmCodeGenerator_VSPackagePackage' package did not load correctly. The problem may have been caused by a...

It's been reported that the tool doesn't work in AspNetCore projects. "_...It chokes on dependencies like System.Runtime.Serialization..._"

Maruf reported that this is not working on Visual Studio 2017 Community Edition. I've never tested on community edition.