Release: Fix OData methods with OData primitive return type (#300) by MIchaelMainer · Pull Request #307 · microsoftgraph/MSGraph-SDK-Code-Generator

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@MIchaelMainer

Copy link Copy Markdown

Collaborator

ODate primitives method return types are returned in an object.
We weren't handling the object which resulted in serialization
exceptions.

modified:   Templates/CSharp/Base/SharedCSharp.template.tt
modified:   Templates/CSharp/Requests/MethodRequest.cs.tt
    modified:   Templates/CSharp/Requests/IMethodRequest.cs.tt
ODate primitives method return types are returned in an object.
We weren't handling the object which resulted in serialization
exceptions.

	modified:   Templates/CSharp/Base/SharedCSharp.template.tt
	modified:   Templates/CSharp/Requests/MethodRequest.cs.tt
        modified:   Templates/CSharp/Requests/IMethodRequest.cs.tt

@MIchaelMainer MIchaelMainer merged commit 981d48c into master

Oct 6, 2020

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

Reviewers

@zengin zengin Awaiting requested review from zengin

@baywet baywet Awaiting requested review from baywet

1 more reviewer

@nikithauc nikithauc nikithauc approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@MIchaelMainer @nikithauc