Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide support for Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute #115

Open
ksolberg opened this issue Jul 3, 2023 · 1 comment
Open
Labels
analysis Problem analysis

Comments

@ksolberg
Copy link

ksolberg commented Jul 3, 2023

It would be really useful if I could use classes generated by Early Bould Generator / CrmSvcUtil:

public partial class Contact : Microsoft.Xrm.Sdk.Entity
{
    ...
    [Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("jobtitle")]
    public string JobTitle
    ...

Output: ../contacts?$select=JobTitle

Desired output: ../contacts?$select=jobtitle

@ZEXSM ZEXSM added the analysis Problem analysis label Aug 17, 2023
@ZEXSM
Copy link
Owner

ZEXSM commented Aug 17, 2023

Hi! I'll think about what can be done. Attributes need to be taken into account here, but I would not want to have dependencies on Microsoft.Xrm.Sdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analysis Problem analysis
Projects
None yet
Development

No branches or pull requests

2 participants