Skip to content

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