microsoft/kiota

Remove normalization from writers

開放

#2,842 建立於 2023年7月3日

 (5 則留言) (0 個反應) (1 位負責人)C# (326 個分叉)auto 404
PHPPythonWIPenhancementgeneratorhelp wanted

倉庫指標

星標
 (3,783 顆星)
PR 合併指標
 (平均合併 3天 22小時) (30 天內合併 79 個 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.

貢獻者指南