dotnet/runtime

`GetTypeByMetadataName` should be banned

Aberta

#72.336 aberto em 17 de jul. de 2022

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

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

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