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
/// List references in a <see cref="Remote"/> repository.
99
+
/// <para>
100
+
/// When the remote tips are ahead of the local ones, the retrieved
101
+
/// <see cref="DirectReference"/>s may point to non existing
102
+
/// <see cref="GitObject"/>s in the local repository. In that
103
+
/// case, <see cref="DirectReference.Target"/> will return <c>null</c>.
104
+
/// </para>
105
+
/// </summary>
106
+
/// <param name="remote">The <see cref="Remote"/> to list from.</param>
107
+
/// <param name="credentialsProvider">The <see cref="Func{Credentials}"/> used to connect to remote repository.</param>
108
+
/// <param name="certificateCheck">This handler will be called to let the user make a decision on whether to allow the connection to proceed based on the certificate presented by the server..</param>
109
+
/// <returns>The references in the <see cref="Remote"/> repository.</returns>
@@ -696,9 +696,27 @@ public static IEnumerable<Reference> ListRemoteReferences(string url, Credential
696
696
/// </para>
697
697
/// <param name="url">The url to list from.</param>
698
698
/// <param name="credentialsProvider">The <see cref="Func{Credentials}"/> used to connect to remote repository.</param>
699
+
/// <param name="certificateCheck">This handler will be called to let the user make a decision on whether to allow the connection to proceed based on the certificate presented by the server..</param>
700
+
/// <returns>The references in the remote repository.</returns>
/// Does not require a local Repository. The retrieved
711
+
/// <see cref="IBelongToARepository.Repository"/>
712
+
/// throws <see cref="InvalidOperationException"/> in this case.
713
+
/// </para>
714
+
/// <param name="url">The url to list from.</param>
715
+
/// <param name="credentialsProvider">The <see cref="Func{Credentials}"/> used to connect to remote repository.</param>
716
+
/// <param name="certificateCheck">This handler will be called to let the user make a decision on whether to allow the connection to proceed based on the certificate presented by the server..</param>
699
717
/// <param name="proxyOptions">Options for connecting through a proxy.</param>
700
718
/// <returns>The references in the remote repository.</returns>
0 commit comments