microsoft/kiota

Remove normalization from writers

Aberta

#2.842 aberto em 3 de jul. de 2023

 (5 comentários) (0 reação) (1 responsável)C# (326 forks)auto 404
PHPPythonWIPenhancementgeneratorhelp wanted

Métricas do repositório

Stars
 (3.783 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador