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

WebHookMessage.RawMsg not deserialized #205

Open
BrianMarkey opened this issue Jul 17, 2018 · 0 comments
Open

WebHookMessage.RawMsg not deserialized #205

BrianMarkey opened this issue Jul 17, 2018 · 0 comments

Comments

@BrianMarkey
Copy link

BrianMarkey commented Jul 17, 2018

In the 3.1.0.0 nuget build the RawMsg property of the WebHookMessage does not get deserialized. It looks like the JsonProperty has a trailing space:

[JsonProperty("raw_msg ")]
public string RawMsg { get; set; }
I see that this JsonProperty has since been removed. Any plans for another nuget build?

Thanks

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

No branches or pull requests

1 participant