You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have many extension methods that need access to both the GitObject (eg a Commit) and the Repository. At the moment I need to pass in the instance of the repository or access it via reflection.