dotnet/runtime

Sort object properties optimally in emitted config binding gen logic

Open

#92.594 geöffnet am 25. Sept. 2023

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (5.445 Forks)batch import
area-Extensions-Configurationhelp wantedtenet-performance

Repository-Metriken

Stars
 (17.886 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 12T 11h) (661 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide