Skip to content

Conversation

@Koichi-Kobayashi
Copy link
Contributor

I can get the results correctly with the GetInternal method in RedmineManager.cs,
RedmineManagerAsync.cs GetAsync method, the result was doubled.

Line 152, “resultList ? = new List();” is the problem.
Line 152 says new if resultList is not null, but if resultList is not null, the value of pageResult is added in AddRange.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant