Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inconsistent usage of T and U types for body and response. #271

Merged
merged 1 commit into from
Aug 15, 2020

Conversation

DiscoPYF
Copy link
Collaborator

@DiscoPYF DiscoPYF commented Jul 11, 2020

fix #266

I pulled a couple of changes from #270 and #268, please review/merge those first.

  • Use T for body and U for response in GraphApiClient.PatchEdgeAsync<T, U> (that was the only one inconsistent)
  • Use T instead of U for type name in response models
  • Add comments on related response models

@DiscoPYF DiscoPYF requested a review from a team July 11, 2020 21:08
@DiscoPYF DiscoPYF force-pushed the fixGenericTypes branch 3 times, most recently from b207fec to f744cd0 Compare July 12, 2020 11:35
@DiscoPYF
Copy link
Collaborator Author

Update: also changed the XML doc comments.

@rossmills99
Copy link
Collaborator

Some bugs fixed here too by the look of it, good catch.

@DiscoPYF
Copy link
Collaborator Author

Update:

  • Rebased on master and resolved conflicts

@DiscoPYF DiscoPYF merged commit 80f22cf into ArangoDB-Community:master Aug 15, 2020
@DiscoPYF DiscoPYF deleted the fixGenericTypes branch August 15, 2020 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type inconsistencies for methods with two generic types
2 participants