Release: Fix OData methods with OData primitive return type (#300) by MIchaelMainer · Pull Request #307 · microsoftgraph/MSGraph-SDK-Code-Generator
Navigation Menu
{{ message }}
microsoftgraph / MSGraph-SDK-Code-Generator Public
- Notifications You must be signed in to change notification settings
- Fork 75
Merged
Release: Fix OData methods with OData primitive return type (#300)#307
MIchaelMainer merged 1 commit intomasterfrom
Release: Fix OData methods with OData primitive return type (#300)#307
MIchaelMainer merged 1 commit intomasterfrom
Conversation
Copy link Copy Markdown
Collaborator
MIchaelMainer
commented
Oct 6, 2020
MIchaelMainer
commented
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
requested review from
baywet,
nikithauc and
zengin
nikithauc approved these changes Oct 6, 2020
MIchaelMainer
merged commit
981d48c
into
master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment