This is a simple dotnet solution providing some extension functions I regularly use.
The main usage of this repo is adding one or multiple projects from this solution to another solution and then using the project(s) in another project. Currently, there are no plans for publishing this to NuGet.
To add one of the packages to a different solution and then its package, do the following:
Go to the solution you want to add this to and type:
dotnet sln add <path-to-repo>/<project>/<project>.csprojThen in the project where you want to add it type
dotnet add reference <path-to-repo>/<project>/<project>.csprojThis repo is licensed under the MIT license.