dotnet/runtime

Sort object properties optimally in emitted config binding gen logic

Open

#92.594 aperta il 25 set 2023

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)C# (5445 fork)batch import
area-Extensions-Configurationhelp wantedtenet-performance

Metriche repository

Star
 (17.886 star)
Metriche merge PR
 (Merge medio 12g 11h) (661 PR mergiate in 30 g)

Descrizione

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.

Guida contributor