Conversation
…the parameters collection of a REST request
|
Doesn't it overlap with |
|
I like this implementation better, and I think it could be another version of |
Sounds good to me. Sorry for the delayed response, my schedule has been rather tight lately. I'll be working on it this weekend. Also worth asking: What do you think of replacing the current implementation with this one as well? We could benefit from caching the instance properties for a given type and filtering them accordingly later on. I'll make sure to provide the benchmarks if that sounds good to you. This won't break the existing API, as the method signature will be left unchanged. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
|
|
This time the delay is on my side, apologies. The problem with replacing |
I see, that makes sense. Created a new PR with some changes based on this conversation. :) |
Description
This PR introduces a feature that allows us to wrap REST request parameters under any arbitrary model and add them to a
RestRequestinstance via an extension method.Purpose
This pull request is a:
Checklist