microsoft/kiota

Remove normalization from writers

Offen

#2.842 geöffnet am 03.07.2023

 (5 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C# (326 Forks)auto 404
PHPPythonWIPenhancementgeneratorhelp wanted

Repository-Metriken

Stars
 (3.783 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide