Skip to content

Fixed "Value cannot be null. (Parameter 'args')" #5453

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

Merged
merged 2 commits into from
May 21, 2025

Conversation

ramiabughazaleh
Copy link
Contributor

Fixes #5452

}

return string.Format(res, args);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code was copied from here. The try original try/catch block still needs to wrap the string.Format call.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. I just pushed another commit with the original try/catch block to wrap the string.Format call.

@mconnew
Copy link
Member

mconnew commented May 21, 2025

Your branch was stale causing test failures, so I rebased it to our main with your changes and pushed it to your fork. The tests should pass now. Once they've passed, I'll merge.

@mconnew mconnew merged commit a3f1b17 into dotnet:main May 21, 2025
8 of 15 checks passed
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.

dotnet-svcutil Error: Value cannot be null. (Parameter 'args')
3 participants