dotnet/runtime

Sort object properties optimally in emitted config binding gen logic

Aberta

#92.594 aberto em 25 de set. de 2023

 (3 comentários) (0 reação) (0 responsável)C# (5.445 forks)batch import
area-Extensions-Configurationhelp wantedtenet-performance

Métricas do repositório

Stars
 (17.886 estrelas)
Métricas de merge de PR
 (Mesclagem média 12d 11h) (661 fundiu PRs em 30d)

Description

Per @eerhardt in https://github.com/dotnet/runtime/pull/89587.

ints are pretty common in config. It might make sense to keep this near the top of the check, so we don't have to check a bunch of other (less common) types first.

@dotnet/area-extensions-configuration.

Guia do colaborador