Skip to content

Conversation

hishamco
Copy link
Member

No description provided.

/// </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)
Copy link
Member

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.

Copy link
Member Author

@hishamco hishamco Sep 15, 2024

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.

Copy link
Member

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

@MikeAlhayek MikeAlhayek changed the title Add AddShapeProvider() extension method Add AddShapeTableProvider() extension method Sep 16, 2024
@MikeAlhayek MikeAlhayek merged commit 17e57aa into main Sep 16, 2024
11 checks passed
@MikeAlhayek MikeAlhayek deleted the hishamco/shape-provider-extensions branch September 16, 2024 00:03
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