Skip to content

Implement SDK-type binding prototype using new version of ParameterBindingData #1035

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

Closed
liliankasem opened this issue Sep 15, 2022 · 1 comment

Comments

@liliankasem
Copy link
Member

liliankasem commented Sep 15, 2022

Prototype the SDK-type binding feature with this new ParameterBindingData instead of using a property dictionary

public class ParameterBindingData
{
    public string Version { get; set; }
    public string ContentType { get; set; }
    public string Source { get; set; }
    public object Content { get; set; }
}
@fabiocav
Copy link
Member

Closing this as the work has been done in the initial prototype

@ghost ghost locked as resolved and limited conversation to collaborators Nov 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants