Skip to content

Releases: microsoftgraph/MSGraph-SDK-Code-Generator

msgraph-package-typewriter_dev_20200625.1: Fix base class for PHP complex type (#255)

Choose a tag to compare

@MIchaelMainer MIchaelMainer released this 25 Jun 23:01
117a25a

Changes:

This list of changes was auto generated.

msgraph-package-typewriter_dev_20200616.1

Choose a tag to compare

@MIchaelMainer MIchaelMainer released this 16 Jun 17:40
f366c99

Changes:

This list of changes was auto generated.

msgraph-package-typewriter_dev_20200615.1

Choose a tag to compare

@MIchaelMainer MIchaelMainer released this 15 Jun 23:43
2660b6d

Changes:

  • 2660b6d Fix Java generation - support methods that return enums, disambiguate entities that end in "Request" (#251)

This list of changes was auto generated.

msgraph-package-typewriter_dev_20200608.2

Choose a tag to compare

@MIchaelMainer MIchaelMainer released this 09 Jun 06:34
958fa94

Changes:

This list of changes was auto generated.

msgraph-package-typewriter_dev_20200608.1

Choose a tag to compare

@MIchaelMainer MIchaelMainer released this 09 Jun 06:19
71ecc87

Changes:

  • 71ecc87 Add steps for generating test .Net code files (#245)

This list of changes was auto generated.

msgraph-package-typewriter_dev_20200324.1

Choose a tag to compare

@MIchaelMainer MIchaelMainer released this 24 Mar 22:47
a5dffbf

Changes:

This list of changes was auto generated.

msgraph-package-typewriter_dev_20200220.1

Choose a tag to compare

@MIchaelMainer MIchaelMainer released this 20 Feb 18:40
a606eff

Changes:

  • a606eff Removed whitespace being generated by Inflector library on namespaces (#234)

This list of changes was auto generated.

msgraph-package-typewriter_dev_20200123.1: Support XSLT based cleaning of CSDL metadata (#232)

Choose a tag to compare

@MIchaelMainer MIchaelMainer released this 23 Jan 20:31
1330e93

Changes:

  • 1330e93 Support XSLT based cleaning of CSDL metadata (#232)

This list of changes was auto generated.

msgraph-package-typewriter_dev_20200103.8: Support disambiguated objects for OData MethodRequestBody (#228)

Choose a tag to compare

@MIchaelMainer MIchaelMainer released this 04 Jan 00:16
905f10f
ComplexTypes ending with 'Request' are disambiguated by appending
'Object' to their name. We need to support this for optional Action
and Function arguments.

	modified:   Templates/CSharp/Base/IRequestBuilder.Base.template.tt
	modified:   Templates/CSharp/Base/RequestBuilder.Base.template.tt
	modified:   Templates/CSharp/Model/MethodRequestBody.cs.tt

msgraph-package-typewriter_dev_20200103.6: Support disambiguated objects for OData MethodRequestBody (#228)

Choose a tag to compare

@MIchaelMainer MIchaelMainer released this 03 Jan 23:53
905f10f
ComplexTypes ending with 'Request' are disambiguated by appending
'Object' to their name. We need to support this for optional Action
and Function arguments.

	modified:   Templates/CSharp/Base/IRequestBuilder.Base.template.tt
	modified:   Templates/CSharp/Base/RequestBuilder.Base.template.tt
	modified:   Templates/CSharp/Model/MethodRequestBody.cs.tt