This client library provides general functionality.
$ dotnet add package DigitalZenWorks.Common.UtilitiesThis is a C# base library project that contains very common, generic code, often used as helpers across many other projects.
Please :star: star this project!
git clone --recurse-submodules https://github.com/jamesjohnmcguire/UtilitiesNet
PM> Install-Package DigitalZenWorks.Common.Utilities
If you have found a bug or have a suggestion that would make this better, please fork this repository and create a pull request. You can also simply open an issue with the tag "bug" or "enhancement".
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)Please match the current coding style. Most notably:
Distributed under the MIT License. See LICENSE for more information.
James John McGuire - @jamesmc - jamesjohnmcguire@gmail.com
Project Link: https://github.com/jamesjohnmcguire/UtilitiesNet