고형호

Results 6 issues of 고형호

CurlThin is a good package. I am using CurlThin for my project. I want to apply UnitTest to my code developed with CurlThin. how to code for UnitTest?

### Sample Code ```cs static async Task Main(string[] args) { var gitLabClient = new GitLabClient("http://www.gitlab.com/", "------"); Project project = await gitLabClient.Projects.GetAsync("-----"); await gitLabClient.Issues.CreateNoteAsync(project.Id, 10, new CreateIssueNoteRequest { Body = "Hello!"...

I want to use "not" condition for search. ![image](https://user-images.githubusercontent.com/12065137/80791850-eaad3d80-8bcd-11ea-8d3a-ff36a5aecc43.png) - ```public Task GetAllAsync(ProjectId projectId = null, GroupId groupId = null, Action options = null);``` - how to use ```IssuesQueryOptions```?

- left-align `:--`, right-align `--:`, center-align `:--:` ![image](https://user-images.githubusercontent.com/12065137/80862935-ba3fcf00-8cb3-11ea-835a-aa8b2e44d1e2.png) - the markdonw-generator is the good package for generation with C#.

I want to local local .mw file when dockerized. how to solve it? Doesn't it provide that functionality when dockerized?

Fix Custom Error Types Accessor Accessibility.