dotnet/runtime

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

Open

#68.341 geöffnet am 21. Apr. 2022

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (5.445 Forks)batch import
area-Metahelp wantedtest-enhancement

Repository-Metriken

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

Beschreibung

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

Contributor Guide