libgit2 / libgit2/libgit2sharp
the command pull take the class Repository instead of the interface like other commands
オープン
まだ誰も着手していません。
- 主要言語
- C#
- スター
- 3.5k
- フォーク
- 925
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Reproduction steps
try to use a IRepository as parameter to Commands.Pull
Expected behavior
I expect it to work
Actual behavior
I can't use the interface cause it's the class itself in the parameters
Version of LibGit2Sharp (release number or SHA1)
0.30.0
Operating system(s) tested; .NET runtime tested
windows 11, .NET 8
I can make the PR to change it
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Commands.Pull から始め、パラメーター型を issue で言及されている他のコマンドと比較します。特に、Repository ではなく IRepository を使用している点を確認します。.NET 8 で IRepository を使った呼び出しを再現し、その後、pull コマンドがこれらのコマンドと一貫してインターフェースを受け入れることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp, git
- 領域
- api, backend
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100