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

[2.0] OperationModelBuilder does not register complex types #651

Closed
robertmclaws opened this issue Oct 5, 2019 · 0 comments
Closed

[2.0] OperationModelBuilder does not register complex types #651

robertmclaws opened this issue Oct 5, 2019 · 0 comments
Assignees
Labels

Comments

@robertmclaws
Copy link
Collaborator

If you have an OperationAttribute on your classes, it assumes that any entities and complex types are already registered. So if your Operations take non-Entities as inputs/outputs, you have to totally take over model generation for it to work.

Either RestierModelBuilder or RestierOperationModelBuilder should be adjusted to register unrecognized parameters or return types as Complex Types.

@robertmclaws robertmclaws self-assigned this Oct 5, 2019
@robertmclaws robertmclaws added this to the 2.0 milestone Oct 5, 2019
@robertmclaws robertmclaws removed this from the 2.0 milestone Dec 5, 2023
@robertmclaws robertmclaws closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2023
@robertmclaws robertmclaws changed the title OperationModelBuilder does not register complex types [2.0] OperationModelBuilder does not register complex types Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant