Skip to content

Refactor: Integrations require enumeration of providers inside the library #56

Open
@toddb

Description

@toddb

Providers are currently stringly known and undocumented.

The full list is here and should be introduced into the library.

However, C# doesn't implement enums with inheritance that you get with typescript. Either

  • implement a global provider list and attribute provider types (aka tag)
  • implement an enum-type factor provider

Note: validators could be put on the models and/or auto population of provider type based on name.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions