Closed jpseini closed 1 year ago
Hi @jpseini
I've logged this as an improvement on our product backlog. I'll keep you posted on when this is available.
As for getting Intent to Ignore Comments you can do something like this.
Hopefully this helps you out for now, if not let me know and I'll see what else I can do.
Thanks @joelsteventurner. The code snippet above will definitely work for me for now - thanks for it.
Hi @jpseini
Just to let you know we have a pre-release out with this feature, i.e. Operation parameter comments added to the XmlDocComments. You would need to update the following modules.
Intent.Common.CSharp - v3.3.39-pre.4 Intent.Application.Contracts - v5.0.2-pre.0 Intent.Application.ServiceImplementations - 4.3.1-pre.0
Let me know if you have any questions or issues.
Ask a question
Related to #47 - when generating c# code from a ClassModel created in the Domain Designer, is there a way to add operation parameter comments to the operation XML documentation?
I am adding XML comments using:
which adds the operation comments correctly and successfully, but not any operation parameter comments
Designer:
Generated code:
Thanks.