-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feat/merge in system text json branch #377
base: development
Are you sure you want to change the base?
Feat/merge in system text json branch #377
Conversation
Note: Integration test fails on write/update : Seed database with non-modified Server
…endency' into feat/merge-in-system-text-json-branch
/// <summary> | ||
/// Initializes a new instance of the <see cref="AuthenticatorPlugin{TProperties, TConnector}"/> class. | ||
/// </summary> | ||
protected AuthenticatorPlugin() | ||
{ | ||
this.LoadConfig(); | ||
this.InitializeConnectors(); | ||
this.JsonSerializerOptions = new JsonSerializerOptions(JsonSerializerOptions.Default); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i thik this needs to be refactored
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is only used for Deserialization of AuthenticatorConfig. No need for CDP4=COMET stuff there imho. Why would we refactor and what would we refactor?
Prerequisites
Description
Feat/merge in system text json branch