microsoft/kiota

Remove normalization from writers

开放

#2,842 创建于 2023年7月3日

 (5 条评论) (0 个反应) (1 位负责人)C# (326 个派生)auto 404
PHPPythonWIPenhancementgeneratorhelp wanted

仓库指标

星标
 (3,783 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Normalization of names should happen in the refiners to allow other phases to reuse the information.

Currently, Python and Ruby are performing the normalization in the writers, and this is causing a bunch of issues.

We should move the normalization back to the refiners.

贡献者指南