Util.CodeHelpers.Extensions is a .NET multi-target class library (.NET Standard 2.0/2.1) that can be used in projects with any .NET implementation, like .NET Framework, .NET Core, Mono, Xamarin, etc., to provide common code validations like null-checks, type conversions and more, enhancing productivity and code legibility, and reducing development time.
alecgn/util-codehelpers-extensions
Util extensions to provide common code validations, type conversions and more.
C#MIT