v1.16.0-preview.202406270001
Pre-release
Pre-release
Changed
- Implemented partial class model declarations. 4894
Added
Changed
- Plugins OpenAPI extensions are only added when generating plugins to reduce the risk of parsing errors. #4834
- TypeScript imports are now using ES6 imports with the .js extension.
- Remove LINQ usage in generated code.
- Ensures descriptions are not empty in sliced OpenApi file when generating a plugin.
- Plugins do not emit parameters anymore. #4841
- References to C# types generated by kiota are prefixed with
global::
to avoid name collisions. #4796