Merge dev into master by MIchaelMainer · Pull Request #171 · microsoftgraph/MSGraph-SDK-Code-Generator
and others added 30 commits
April 24, 2018 10:28We need to generate POST/PATCH/DELETE for (I)EntityWithReferenceRequest. A few of the base template methods did not have toggles for collection property initialization, so I added them where appropriate but set them to true by default, so it should not affect existing generated code.
…te-method Add DELETE/POST/PATCH to (I)EntityWithReferenceRequest
Merge pull request #132 from microsoftgraph/fixWithRefRequest Fixes generation issue for reference request
Nakul Sabharwal and others added 9 commits
December 27, 2018 17:17FAREAST\vidadhee and others added 4 commits
January 24, 2019 18:43Now allows GetSanitizedPropertyName to accept an additional parameter, suffix, so that an additional string may be concatenated onto the end of the Property. Updated method logic to look for and concatenate suffix when specified.
Updates IEntityRequestBuilder.Base.template.tt so that it does not create properties with the same name as the methods within the class (specifically request), by concatenating a "_" to the end of the property name.
Updates EntityRequestBuilder.Base.template.tt so that it does not create properties with the same name as the methods within the class (specifically request), by concatenating a "_" to the end of the property name.
Fix build errors for same method and property name Validated that this does not affect existing generation for .Net classes.
…GraphClientModels file and relevant imports
* Added a test for validating custom PHP namespace property from the TypeWriter CLI. Fixed test metadata. * Add support for specifying key-value properties from the Typewriter CLI. * Fix broken tests. * Updated test metadata to match preprocessing * Changes support E2E testing when different target platforms are used in a test run for Typewriter. The TemplateProcessor host needs to be reset for the case when we target a new language. Otherwise the wrong *CodeWriter will be used and an unsupported cast will occur in the templates when trying to cast host.CodeWriter to the platform specific CodeWriter. The change to ConfigurationService.Settings is also required to reset the settings for configuring the TemplateWriter. * Updated typewriter tests to be more descriptive
MIchaelMainer added a commit that referenced this pull request
Feb 12, 2019Merge pull request #171 from microsoftgraph/dev
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