Replies: 2 comments 1 reply
-
|
It would be better to start issue here: https://github.com/microsoft/PowerPlatform-DataverseModelBuilder/. This is where library that PAC CLI is located. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Closing this issue here. As soon as new version of Model Builder package is available PAC CLI will start using it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m using pac modelbuilder to generate C# entities and enums from Dataverse metadata.
One recurring issue we face in real-world projects is language-dependent enum generation.
Context
pac modelbuilder build --settingsTemplateFile builderSettings.jsonthe generated C# enums use the localized labels, resulting in enum member names with accents or language-specific wording.
Example
OptionSet labels:
Actual behavior (current pac modelbuilder output - Generated enum) :
Expected behavior :
This causes several problems:
Question / Feature request
Even though the organization default language is French, we would like pac modelbuilder to generate enums using the English labels when they exist, in order to produce language-neutral, ASCII-safe enum names.
Is there:
Thank you for your time and for the work on the Power Platform CLI — it is a key part of our Dataverse development workflow.
Regards
Sybaris
Beta Was this translation helpful? Give feedback.
All reactions