Skip to content

API Version Convention Builder Should Be Extensible #258

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

Closed
commonsensesoftware opened this issue Feb 26, 2018 · 0 comments
Closed

API Version Convention Builder Should Be Extensible #258

commonsensesoftware opened this issue Feb 26, 2018 · 0 comments

Comments

@commonsensesoftware
Copy link
Collaborator

Overview

Some service authors want to replace the default API version convention builder. The API convention builder can be replaced in the API version options, but it is a concrete type. Some of the methods required to provide deep, end-to-end extensibility are not virtual and cannot be extended or otherwise customized.

Enhancement

All feasible extension points should be marked virtual (and most already are). Private methods should also be revisited and evaluated for their candidacy to be promoted to protected scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant