libgit2sharp icon indicating copy to clipboard operation
libgit2sharp copied to clipboard

the command pull take the class Repository instead of the interface like other commands

Open x0rld opened this issue 1 year ago • 0 comments

Reproduction steps

try to use a IRepository as parameter to Commands.Pull image

Expected behavior

I expect it to work

Actual behavior

I can't use the interface cause it's the class itself in the parameters image

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

x0rld avatar Apr 28 '24 01:04 x0rld