Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/parent deprecation #3022

Merged
merged 7 commits into from Jan 10, 2018
Merged

Feature/parent deprecation #3022

merged 7 commits into from Jan 10, 2018

Conversation

Mpdreamz
Copy link
Member

@Mpdreamz Mpdreamz commented Jan 9, 2018

No description provided.

Mpdreamz and others added 7 commits January 9, 2018 21:28
* moved requestparameter patching to its own thing, patch common query parameters seperately and started on generating the base classes for request OIS and fluent

* cleaned up request generated and moved logic out of it

* finished cleaning up request genererated cshtml

* generate common query string params on base descriptor clas

* generated descriptor arguments now adhere to csharp guidelines and are camel cased

* centralized up how field types are calculated. RequestParameters rendered fields as IEnumerable<object> or object, since the highlevel generated code now sets the query strings directly this is no longer neccessary

* Centralized how setters for object initializer classes are generated

* requests were using DeprecatedInFavor of which was never set, they now use Obsolete

* use expression getter and setters

* make cat parameters more descriptive

* documentation from spec now word wraps around 140 characters

* moved generation code to seperate static class

* remove nullable type builder as it the source csharp type itself is nullable now always

* OCD over generated output spacing
@Mpdreamz Mpdreamz merged commit 04dc1d5 into master Jan 10, 2018
@Mpdreamz
Copy link
Member Author

@russcam @codebrain merged this one in to not have two large PR's linger for to long

@Mpdreamz Mpdreamz deleted the feature/parent-deprecation branch January 10, 2018 16:27
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.

None yet

1 participant