Skip to content
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 support for collections and dictionaries of input #5429

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

bobhauser
Copy link
Contributor

@bobhauser bobhauser commented May 22, 2024

Implemented the ability specify collections and dictionaries of Inputs on activities.

For example:
public List<Input<string>>? Recipients { get; set; } = default;
public Dictionary<string, Input<string>>? Arguments { get; set; } = default;

See #5421 for more details.

This change is not breaking in any way, and all existing tests pass.


This change is Reviewable

@bobhauser
Copy link
Contributor Author

@dotnet-policy-service agree company="Kinaxis"

@bobhauser
Copy link
Contributor Author

Please let me know if you have any concerns with this change.

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.

1 participant