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 1 commit 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.

@bobhauser bobhauser force-pushed the add-support-for-collections-and-dictionaries-of-input branch from 9a70e4a to a7a1b8b Compare December 16, 2024 19:42
@bobhauser
Copy link
Contributor Author

Updated based on 3.3 RC4

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