2 件のコメント (2 件のコメント)0 件のリアクション (0 件のリアクション)0 人の担当者 (0 人の担当者)C#5,445 件のフォーク (5,445 件のフォーク)batch import
area-Metahelp wanted
Repository metrics
- Stars
- 17,886 個のスター (17,886 個のスター)
- PR merge metrics
- 平均マージ 12d 11h (平均マージ 12d 11h)30d で 661 merged PRs (30d で 661 merged PRs)
説明
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.
コントリビューターガイド
- 調査方針
- dotnet/runtime リポジトリ内の `GetTypeByMetadataName` のすべての使用箇所を検索します。issue #57349 のガイダンスに従って、それぞれを `GetBestTypeByMetadataName` に置き換えます。その後、将来の `GetTypeByMetadataName` の使用を防ぐために BannedApiAnalyzers ルールを追加します。置換によって差異が生じる可能性のあるエッジケースを確認してください。
- 技術スタック
- csharp
- 領域
- developer experience
- Issue 種別
- リファクタリング
- 前提条件
- C#