microsoft/kiota

Remove normalization from writers

Ouverte

#2 842 ouverte le 3 juil. 2023

 (5 commentaires) (0 réaction) (1 personne assignée)C# (326 forks)auto 404
PHPPythonWIPenhancementgeneratorhelp wanted

Métriques du dépôt

Stars
 (3 783 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur