-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 AddShapeTableProvider() extension method #16723
Conversation
/// </summary> | ||
/// <typeparam name="TShapeProvider">The <see cref="IShapeTableProvider"/> to be registered.</typeparam> | ||
/// <param name="services">The <see cref="IServiceCollection"/>.</param> | ||
public static IServiceCollection AddShapeProvider<TShapeProvider>(this IServiceCollection services) |
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.
Probably AddShapeTableProvider so it's clear.
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.
Believe it or not I'm not sure why it's called ShapeTableProvider
.
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.
@sebastienros maybe able to provide more info on the naming. But, if you want to see an extension, it would have to be the same name as the interface
No description provided.