Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upForm Binding logic is extremely inefficient #243
Comments
|
I knew this when first written and never gone back to look at it
unfortunately
…On Sat, 14 Mar 2020 at 23:21, David Fowler ***@***.***> wrote:
Bytes -> Dictionary -> Another Dictionary -> JSON string -> Object
https://github.com/CarterCommunity/Carter/blob/2dfc291a518d7d9e2febd78b203538e72ea9306e/src/Carter/Modelbinding/BindExtensions.cs#L39-L67
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#243>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAZVJSUDL4IRVKSJJQJJJTRHQGPJANCNFSM4LJ6S6CA>
.
|
|
It would be good to understand if people are using this feature of Carter. Especially if it’s mostly used for backend APIs maybe you can eventually kill the feature |
|
Yeah not entirely sure on usage numbers. Hard to calculate that. It was
added as someone asked for it I think but would assume most is json bodies
…On Sun, 15 Mar 2020 at 15:59, David Fowler ***@***.***> wrote:
It would be good to understand if people are using this feature of Carter.
Especially if it’s mostly used for backend APIs maybe you can eventually
kill the feature
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#243 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAZVJW4HLCUSAON5T5BHBDRHT3PHANCNFSM4LJ6S6CA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bytes -> Dictionary -> Another Dictionary -> JSON string -> Object
Carter/src/Carter/Modelbinding/BindExtensions.cs
Lines 39 to 67 in 2dfc291