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

Json serialization depending on external configuration #25

Open
avalente opened this issue Jul 20, 2017 · 1 comment
Open

Json serialization depending on external configuration #25

avalente opened this issue Jul 20, 2017 · 1 comment

Comments

@avalente
Copy link

As of Version 1.6.1

The class HttpEventCollectorSender has a private member named "serializer" of type JsonSerializer that gets configured correctly in the class' constructor, however it is never used: later in the same class, a plain JsonConvert.SerializeObject() call is made (methods SerializeEventInfo and DoSerialization).

That means that the globally-configured json serializer is used instead of the ad-hoc one.

@tdhellmann
Copy link

@avalente - thanks for the report! We'll investigate.

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

2 participants