dotnet/runtime

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

Aberta

#68.341 aberto em 21 de abr. de 2022

 (6 comentários) (0 reação) (0 responsável)C# (5.445 forks)batch import
area-Metahelp wantedtest-enhancement

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

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

Guia do colaborador