dotnet/runtime

`GetTypeByMetadataName` should be banned

Open

#72.336 aberto em 17 de jul. de 2022

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)C# (5.445 forks)batch import
area-Metahelp wanted

Métricas do repositório

Stars
 (17.886 stars)
Métricas de merge de PR
 (Mesclagem média 12d 11h) (661 fundiu PRs em 30d)

Description

See https://github.com/dotnet/runtime/issues/57349 for details. There are currently usages of this API, these should be replaced with GetBestTypeByMetadataName and also BannedApiAnalyzers should be used to prevent any accidental future usages.

Guia do colaborador