dotnet/runtime

Add common test for getting all types in each runtime library implementation assembly

Ouverte

#68 341 ouverte le 21 avr. 2022

 (6 commentaires) (0 réaction) (0 personne assignée)C# (5 445 forks)batch import
area-Metahelp wantedtest-enhancement

Métriques du dépôt

Stars
 (17 886 étoiles)
Métriques de merge PR
 (Merge moyen 12j 11h) (661 PRs mergées en 30 j)

Description

Some libraries don't have tests using every type (for example, internal types only used in hard to automate scenarios). It may be valuable to have a test that just loads all types in runtime libraries.

See: https://github.com/dotnet/runtime/issues/68240#issuecomment-1103343367 https://github.com/dotnet/runtime/pull/68274#discussion_r854468777

cc @danmoseley

Guide contributeur