.NET Guard Class Library?

后端 未结 6 1557
无人及你
无人及你 2020-12-13 15:00

I\'m looking for a library or source code that provides guard methods such as checking for null arguments. Obviously this is rather simple to build, but I\'m wondering if th

6条回答
  •  佛祖请我去吃肉
    2020-12-13 15:50

    Install the netfx-guard nuget package. You get also code snippets notnull and notempty, and it performs as fast as your manual checks

提交回复
热议问题