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 error caused by variable named as default in .NET SDK #841

Merged
merged 2 commits into from
May 20, 2024

Conversation

adityaoberai
Copy link
Member

What does this PR do?

Fixes error caused by variable named as default in .NET SDK (default is keyword in .NET and can't be used as a variable name)

Test Plan

Generate the SDK using example.php
image

Related PRs and Issues

No

Have you read the Contributing Guidelines on issues?

Yes

Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com>
@stnguyen90 stnguyen90 self-requested a review May 17, 2024 14:35
@abnegate abnegate merged commit 1b92c76 into master May 20, 2024
34 checks passed
@abnegate abnegate deleted the fix-var-default-dotnet branch May 20, 2024 00:24
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.

None yet

3 participants