Skip to content

Pre-Aggregate Web API Models #339

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

Merged
merged 4 commits into from
Sep 19, 2018

Conversation

commonsensesoftware
Copy link
Collaborator

This PR completely refactors the internal discovery, application, and aggregation of API version models in Web API. Models are now pre-aggregated upfront just as they are in ASP.NET Core. This results in better post-startup performance and removes potential issues from changing models or their associated property bags at runtime.

Along the way, the refactoring fixes the issue caused in #322. This change will also set the initial ground work for splitting implementations across types and action-versioned APIs.

@commonsensesoftware commonsensesoftware merged commit 88c307a into master Sep 19, 2018
@commonsensesoftware commonsensesoftware deleted the dev/chrimart/pre-aggregate-webapi-models branch October 24, 2018 03:22
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.

1 participant