microsoft/kiota

Remove normalization from writers

Aperta

#2842 aperta il 3 lug 2023

 (5 commenti) (0 reazioni) (1 assegnatario)C# (326 fork)auto 404
PHPPythonWIPenhancementgeneratorhelp wanted

Metriche repository

Star
 (3783 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor