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

pac modulebuilder build doesn't generate method summary comments in the EntityOptionSetEnum.cs file #363

Closed
filcole opened this issue Nov 20, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@filcole
Copy link

filcole commented Nov 20, 2022

I noticed a minor nit when using pac modulebuilder as below:

pac modelbuilder build --writesettingsTemplateFile --namespace ACME.Entities --serviceContextName ServiceContext --emitfieldsclasses --entitynamesfilter "account;contact" --suppressGeneratedCodeAttribute --outdirectory EntityModel2 --suppressINotifyPattern true

Nit: The method documentation is not generated in the EntityOptionSetEnum file, whereas it's added to on most (all?) other methods in other files.

image

@MattB-msft MattB-msft added the enhancement New feature or request label Nov 22, 2022
@MattB-msft
Copy link
Member

This has been corrected and will be published as part of the next patch.

@MattB-msft
Copy link
Member

This has been Added in PAC CLI 1.21.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants