고형호

Results 2 comments of 고형호

- thank you for your consideration. - this is ok. ```cs IList issues = await gitLabClient.Issues.GetAllAsync(projectId: project.Id, groupId: null, options: options => { options.State = IssueState.Opened; }); ``` - but....

I'm not finding a clue to solve the problem of timeout with `IPipelineBehavior`. ```cs using MediatR; using Polly; public class TimeoutBehavior : IPipelineBehavior where TRequest : IRequest { public async...