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 QueueConfiguration.JsonSerializerSettings #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tybug
Copy link
Member

@tybug tybug commented Feb 22, 2023

Needed the ability to specify a TypeNameHandling option when deserializing. Figure this is a good thing to have configurable anyway.

Wasn't sure if this would work better as a class-level property. Put it in QueueConfiguration for now.

@peppy
Copy link
Member

peppy commented Feb 22, 2023

I'd want to see the usage of TypeNameHandling before approving this direction. Generally anything but the default settings can cause security issues.

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

Successfully merging this pull request may close these issues.

2 participants