You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
The existing C# provider SDK enables users to author component packages but it requires some boilerplate to wire everything with GetSchema and Construct implementations.
We want to provide a higher-level opinionated library that would allow creating a component host with one or two lines with sensible defaults. It should:
Accept as assembly object (calling assembly by default)
Specify the project name and version (default to assembly name by default)
Implement GetSchema to serve the schema automatically inferred from the discovered component resources
Implement Construct to instantiate the right component resource based on its type, (de-)serialize args and outputs properly
Affected area/feature
Component packages
The text was updated successfully, but these errors were encountered:
Hello!
Issue details
The existing C# provider SDK enables users to author component packages but it requires some boilerplate to wire everything with GetSchema and Construct implementations.
We want to provide a higher-level opinionated library that would allow creating a component host with one or two lines with sensible defaults. It should:
Affected area/feature
Component packages
The text was updated successfully, but these errors were encountered: