Skip to content

jaess105/DotnetExtensions

Repository files navigation

Extensions

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.

Adding to Solution

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>.csproj

Then in the project where you want to add it type

dotnet add reference <path-to-repo>/<project>/<project>.csproj

License

This repo is licensed under the MIT license.

About

This is a simple dotnet solution providing some Extensions functions I regularly use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •