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

fix(dotnet-sdk): refactor task signature to not build schema output with no return type #1170

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

KarlaCarvajal
Copy link
Contributor

  • Create validation to not build schema output when there is not return type in LH Task Methods
  • Change Mapping Type method to return JSON obj when a param or return type is not between the allowed primitive types
  • Add and modify unit tests

@KarlaCarvajal KarlaCarvajal merged commit 01c8645 into master Dec 2, 2024
12 checks passed
@KarlaCarvajal KarlaCarvajal deleted the fix/dotnet-no-return-type branch December 2, 2024 14:10
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.

Schema output is not being sent as empty when there is not return type in LHTaskMethod in Java and Dotnet SDKs
2 participants