libgit2 / libgit2sharp

Git + .NET = ❤
http://libgit2.github.com
MIT License
3.12k stars 878 forks source link

Modernized argument checks in several files by using `nameof()` #2053

Closed Lehonti closed 9 months ago

Lehonti commented 11 months ago

There are many other such checks that remain to be converted, but I figured they would perhaps be too many to review, so I'm doing splitting it in bite-sized pull requests. If this one is merged I want to do more of them in the future.

Lehonti commented 11 months ago

@bording any plans to merge this? It's a quick and easy way to improve the code