Skip to content

10.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 20:14

This feature release includes improvements to documentation handling in the schema builder and code generator:

  • Enum documentation may be populated from [DescriptionAttribute] (#290, h/t @runerys). In previous releases, only record documentation was supported.

  • The C# code generator can emit [DescriptionAttribute] for enum and record documentation (#292, h/t @runerys; #294). This functionality can be enabled with the --component-model-annotations flag on the CLI and the enableDescriptionAttributeForDocumentation parameter in code.