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

Add Newtonsoft CamelCase config support #248

Merged
merged 4 commits into from
Jun 30, 2021
Merged

Commits on Jun 25, 2021

  1. Add Newtonsoft CamelCase config support

    Allow to use "Azure:SignalR:HubProtocol:Newtonsoft:CamelCase=true" to enable camelcase.
    Y-Sindo committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    5a58553 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Update key

    Y-Sindo committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    6ad03fc View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. fix key

    Y-Sindo committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    6056787 View commit details
    Browse the repository at this point in the history
  2. Modify DI logic

    If user want NewtonsoftCamelCase, no need set “HubProtocol=NewtonsoftJson". "HubProtocol:NewtonsoftJson:CamelCase=true" implies Newtonsoft already.
    Y-Sindo committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    4519f45 View commit details
    Browse the repository at this point in the history