-
Notifications
You must be signed in to change notification settings - Fork 1.3k
CSHARP-4911: Implement single entry point for all driver's extensions. #1466
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
Conversation
/// <summary> | ||
/// Auth Registry Extensions. | ||
/// </summary> | ||
public static class RegistrationHelpers |
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.
IExtensionManagerExtensions
?
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.
Done
/// Registers AWS Kms Provider. | ||
/// </summary> | ||
/// <param name="extensionManager">Extensions Manager.</param> | ||
public static IExtensionManager RegisterAWSKmsProvider(this IExtensionManager extensionManager) |
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.
General naming question, do we want to register
or add
?
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.
Done + expose single method only as discussed
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.
LGTM.
Please evaluate the idea of additional registries nesting within IExtensionMananger
.
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.
LGTM
77e8fdc
to
cb198ed
Compare
Related to CSHARP-4911: Refactor AWS auth library to a separate package