We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
[JsonProperty("raw_msg ")]
public string RawMsg { get; set; }
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: