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 came across the method GetJobsAsync() in the PipelineClient which from the naming seems to be async, but the implementation doesn't really look like it supports async operations?
Hi,
I came across the method
GetJobsAsync()
in thePipelineClient
which from the naming seems to be async, but the implementation doesn't really look like it supports async operations?https://github.com/ubisoft/NGitLab/blob/main/NGitLab.Mock/Clients/PipelineClient.cs#L273
The text was updated successfully, but these errors were encountered: