Tags · microsoftgraph/MSGraph-SDK-Code-Generator

this tag identifies the repo before we removed generation for the CLI

Fix OData methods with OData primitive return type (#300) (#307)

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
Supports missing request body parameter (#284)

Discovered that reordered overloaded action, evaluateDynamicMembership
exposed that we were only capturing parameters for the first overload.
We need to capture all of the parameters which this commit fixes.
Merge pull request #278 from microsoftgraph/bugfix/java-stream-proper…

…ties

java selective imports + a bunch of bugfixes + namespace fixes