Catharsis.Commons is a library of extensions for many common .NET types. It can significantly speedup your daily .NET development tasks, relieving you of writing boilerplate code time and again. Do more by writing less code; write less code using a popular fluent-kind interface approach; safely perform many tasks in a single line of code with joined methods calls. The list of extended structures, classes and interfaces includes: - System.Array - System.Reflection.Assembly - System.Boolean - System.DateTime - System.Delegate - System.Enum - System.Reflection.FieldInfo - System.IO.FileInfo - System.Collections.Generic.ICollection<T> - System.Collections.Generic.IEnumerable<T> - System.Linq.IQueryable<T> - System.Reflection.MemberInfo - System.Reflection.MethodInfo - Numeric Types (System.Byte, System.Int16, System.Int32, System.Long, System.Decimal, System.Single, System.Double, etc.) - System.Object - System.Reflection.PropertyInfo - System.Random - System.IO.Stream - System.String - System.Security.Cryptography.SymmetricAlgorithm - System.IO.TextReader - System.IO.TextWriter - System.Type - System.Uri - System.Xml.Linq.XDocument - System.Xml.Linq.XElement - System.Xml.XmlDocument - System.Xml.XmlReader - System.Xml.XmlWriter
$ dotnet add package Catharsis.CommonsNo README available.