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
Currently because we're AOT compatible context or ad-hoc JSON serialization requires a bit of setup to register in the connection:
var jsonRegistry = new NatsJsonContextSerializerRegistry(MyJsonContext.Default); return opts with { SerializerRegistry = jsonRegistry };
We should be able to simplify this when using hosting extensions.
The text was updated successfully, but these errors were encountered:
I took an initial stab at this here as part of #392. Let me know if it aligns with what you were thinking and I can tweak it.
Sorry, something went wrong.
rickdotnet
Successfully merging a pull request may close this issue.
Proposed change
Currently because we're AOT compatible context or ad-hoc JSON serialization requires a bit of setup to register in the connection:
We should be able to simplify this when using hosting extensions.
The text was updated successfully, but these errors were encountered: