File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
<PrivateAssets >all</PrivateAssets >
14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15
15
</PackageReference >
16
- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.6 .0" />
16
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 5.0 .0" />
17
17
<PackageReference Include =" Verify.NUnit" Version =" 28.13.0" />
18
18
</ItemGroup >
19
19
</Project >
Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ public interface IGitLabClient
101
101
102
102
IProtectedTagClient GetProtectedTagClient ( ProjectId projectId ) ;
103
103
104
- public ISearchClient GetGroupSearchClient ( GroupId groupId ) ;
104
+ ISearchClient GetGroupSearchClient ( GroupId groupId ) ;
105
105
106
- public ISearchClient GetProjectSearchClient ( ProjectId projectId ) ;
106
+ ISearchClient GetProjectSearchClient ( ProjectId projectId ) ;
107
107
108
- public IGroupHooksClient GetGroupHooksClient ( GroupId groupId ) ;
108
+ IGroupHooksClient GetGroupHooksClient ( GroupId groupId ) ;
109
109
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public interface IUserClient
33
33
/// <param name="tokenRequest">info required to create the token</param>
34
34
/// <param name="cancellationToken">Optional cancellation token.</param>
35
35
/// <returns>The new impersonation token.</returns>
36
- public Task < UserToken > CreateTokenAsync ( UserTokenCreate tokenRequest , CancellationToken cancellationToken = default ) ;
36
+ Task < UserToken > CreateTokenAsync ( UserTokenCreate tokenRequest , CancellationToken cancellationToken = default ) ;
37
37
38
38
/// <inheritdoc cref="CreateTokenAsync(UserTokenCreate, CancellationToken)"/>>
39
39
UserToken CreateToken ( UserTokenCreate tokenRequest ) ;
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ namespace NGitLab.Impl;
4
4
5
5
public interface IGitDiffChangeCounter
6
6
{
7
- public DiffStats Compute ( MergeRequestChange mergeRequestChange ) ;
7
+ DiffStats Compute ( MergeRequestChange mergeRequestChange ) ;
8
8
}
You can’t perform that action at this time.
0 commit comments