Neither this repository fork nor the original repository are under active development; the code is made available for reference only.
Similar code by the authors of the original repository is available in FaithlifeUtility. The original authors' new repository fulfills the goal of this fork (conversion to .NET Standard), so this fork is no longer necessary.
This is a .NET Standard port of the Logos.Utility library. This port was not done by Logos Bible Software but, all the code contained therein is Logos Bible Software's original unmodified code. The only changes are the style and target of the project files (.NET Standard instead of the full .NET framework).
Additionally, the unit tests have been converted to .NET Core and upgraded to use NUnit 3 (Logos Bible Software's original version used NUnit2). NUnit 3's changed syntax for "expected exceptions" required exception-based tests to be updated.
The original version of this code was published by Logos Bible Software, based on articles published at the Logos Code Blog.
Copyright 2007-2013 Logos Bible Software
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.