Skip to content

v1.14.0-preview.202404250001

Pre-release
Pre-release
Compare
Choose a tag to compare
@baywet baywet released this 25 Apr 18:32
a5aa344

Added

  • Suppress CS1591 when generating CSharp code and documentation is not available
  • Added file name suffix escaping in Go to avoid generating files with reserved suffixes. #4407

Changed

  • Fixed a bug where TypeScript deserialization would fail on Uppercase properties.#4479
  • Changed URI template generation to reuse templates when required templates are absent across operations.
  • Fixed path deduplication logic to avoid double Id suffixes in indexer names in scenarios where the Id suffix is already present.#4519
  • Updated reserved name providers for Java and Php so that "object" can be escaped.
  • Fixes request builder disambiguation when child nodes had different prefixes for different paths with same parameters.#4448
  • Do not generate CS8603 warnings when enabling backing store in CSharp generation