File tree Expand file tree Collapse file tree
src/NuGetGallery.Core/GitHub Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ public interface IGitHubUsageConfiguration
44 {
55 /// <summary>
66 /// Returns a NuGetPackageGitHubInformation object that contains the information about a NuGet package.
7- /// NOTE: If a packageId has no information, the NuGetPackageGitHubInformation's TotalRepos will be 0
7+ /// If a packageId has no information, the NuGetPackageGitHubInformation's TotalRepos will be 0
88 /// and the Repos list will be empty
99 ///
10- /// throws an ArgumentException if the packageId is null
1110 /// </summary>
11+ /// <exception cref="System.ArgumentNullException">Thrown when packageId is null</exception>
1212 /// <param name="packageId">NuGet package id, cannot be null</param>
1313 /// <returns></returns>
1414 NuGetPackageGitHubInformation GetPackageInformation ( string packageId ) ;
You can’t perform that action at this time.
0 commit comments