8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
While reviewing #1097, it looks like many throws do not actually leverage what #1095 brought.
🔥 Let's get rid of those pesky string.Format() calls
string.Format()
/cc @whoisj
The text was updated successfully, but these errors were encountered:
libgit2#1098 Deploy usage of support for message formatting in except…
c667ece
…ion c'tors Reviewed usages of LibGit2SharpException and removed any unnecessary string.format calls.
Merge pull request #1198 from rooflz/vNext
ac4c7d9
#1098 Deploy usage of support for message formatting in exception c'tors
Awesome to see this one closed. Apologies for not having had time to address it myself.
Thanks @rooflz ! 🎉
Sorry, something went wrong.
No branches or pull requests
While reviewing #1097, it looks like many throws do not actually leverage what #1095 brought.
🔥 Let's get rid of those pesky
string.Format()
calls/cc @whoisj
The text was updated successfully, but these errors were encountered: