2 commenti (2 commenti)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)C#5445 fork (5445 fork)batch import
area-Metahelp wanted
Metriche repository
- Star
- 17.886 stelle (17.886 stelle)
- Metriche merge PR
- Merge medio 12g 11h (Merge medio 12g 11h)661 PR mergiate in 30 g (661 PR mergiate in 30 g)
Descrizione
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.
Guida contributor
- Direzione di ricerca
- Trova tutti gli utilizzi di `GetTypeByMetadataName` nel repository dotnet/runtime. Sostituisci ciascuno con `GetBestTypeByMetadataName` secondo le indicazioni nell'issue #57349. Quindi aggiungi una regola BannedApiAnalyzers per impedire l'uso futuro di `GetTypeByMetadataName`. Verifica eventuali casi limite in cui la sostituzione potrebbe differire.
- Tech stack
- csharp
- Dominio
- developer experience
- Tipo issue
- Refactoring
- Prerequisiti
- C#