Skip to content

A collection of class libraries which implement useful patterns that can be used in .NET

Notifications You must be signed in to change notification settings

draekien-industries/waystone-dotnet

Repository files navigation

Waystone.Net

Release GitHub Pages codecov

Documentation

Getting Started

  1. Read the documentation linked above
  2. Clone the repository and have a look around
  3. Have a read of the contributing steps
  4. Code up a storm

Installation

Waystone.Net is a collection of C# class libraries published to NuGet.org. You can install them via the NuGet package manager by searching for Waystone packages. The following packages are currently available:

  • Waystone.Monads

Contributing

  1. Clone this repository, e.g. gh repo clone draekien-industries/waystone-dotnet
  2. Checkout a new branch git checkout -b feature/my-cool-new-feature
  3. Open the Waystone.Net.sln file in your IDE of choice.
  4. Code up a storm
  5. Commit your changes with git commit -am 'feat: my cool new feature description
  6. Push your changes and create a Pull Request