A framework to handle all sorts of paths operations: File, Directory, Absolute, Drive Letter, UNC, Relative, prefixed with an Environment Variable, that contain a Variable. This framework is used in the product NDepend to handle all paths operations.
A simple object to represent the size of a file. This is super useful when converting between bytes, megabytes, gigabytes, etc. Provides nice parsing for values like '2 GB' or '1.54mb'. Also has nice formatting in its ToString method.
This is a set of adapters and polyfills that will help developers write code that cross compiles on older versions of the .NET Framework (2.0+) and .NET Core. https://github.com/stephenhand/.NETCore-Compatibility-Helpers