Skip to content

Support composable functions#861

Merged
MIchaelMainer merged 22 commits intodevfrom
feature/composableFunctions2
Jan 20, 2021
Merged

Support composable functions#861
MIchaelMainer merged 22 commits intodevfrom
feature/composableFunctions2

Conversation

@MIchaelMainer
Copy link
Copy Markdown
Collaborator

@MIchaelMainer MIchaelMainer commented Dec 11, 2020

Fixes #

Changes proposed in this pull request

3bdf1b9 - Support composable functions.
2094776 - Add tests
54275a0 - Add SetFunctionParameters() to all methods (oops)
74822c7 - Add IBaseRequestBuilder as the base to all method request interfaces (the same over many files). Adding common base interface to support Microsoft Graph Toolkit.
54db4c0 - editorconfig update
65df838 - Remove SetFunctionParameters() from actions (fix the oops)
c2f6286 - Broke tests that were broken - changes to functions made it so we could fix them.
79f86a9 - Add missing overloads

This won't build with CI until microsoftgraph/msgraph-sdk-dotnet-core#183 is published.
Merge #873 into this branch before merging into dev.

Other links

@MIchaelMainer MIchaelMainer marked this pull request as ready for review December 11, 2020 19:35
@MIchaelMainer MIchaelMainer marked this pull request as draft December 15, 2020 17:18
@MIchaelMainer MIchaelMainer marked this pull request as ready for review December 15, 2020 22:04
…ns2-part2

Latest run with typewriter post merge
baywet
baywet previously approved these changes Jan 19, 2021
Whitespace change in templates - latest from typewriter

`git diff origin/feature/composableFunctions -I "\s+"`
Copy link
Copy Markdown
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only sampled that but it looks like the only major change (across all builders) was implementing the IBaseRequestBuilder interface

@MIchaelMainer MIchaelMainer merged commit 2da970f into dev Jan 20, 2021
@MIchaelMainer MIchaelMainer deleted the feature/composableFunctions2 branch January 20, 2021 21:15
@MIchaelMainer MIchaelMainer mentioned this pull request Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Client bug]: C# Does not allow .Range() on a .Rows.ItemAt(x)

2 participants