updates from dev by baywet · Pull Request #310 · microsoftgraph/MSGraph-SDK-Code-Generator

and others added 4 commits

October 5, 2020 23:18
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
…-property-casing

bugfix/java wrong service property casing

MIchaelMainer