microsoft/kiota

Remove normalization from writers

オープン

#2,842 opened on 2023/07/03

 (5 件のコメント) (0 件のリアクション) (1 人の担当者)C# (326 件のフォーク)auto 404
PHPPythonWIPenhancementgeneratorhelp wanted

Repository metrics

Stars
 (3,783 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド