An open API service indexing awesome lists of open source software.

https://github.com/draekien-industries/waystone-dotnet

A collection of class libraries which implement useful patterns that can be used in .NET
https://github.com/draekien-industries/waystone-dotnet

csharp monads net8 netstandard20 nuget-package option-pattern result-pattern

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Waystone.Net

[![Release](https://github.com/draekien-industries/waystone-dotnet/actions/workflows/release.yml/badge.svg)](https://github.com/draekien-industries/waystone-dotnet/actions/workflows/release.yml)
[![GitHub Pages](https://github.com/draekien-industries/waystone-dotnet/actions/workflows/github-pages.yml/badge.svg)](https://github.com/draekien-industries/waystone-dotnet/actions/workflows/github-pages.yml)
[![codecov](https://codecov.io/gh/draekien-industries/waystone-dotnet/graph/badge.svg?token=jrDIJLZrhD)](https://codecov.io/gh/draekien-industries/waystone-dotnet)

## Documentation

- [GitHub Pages](https://draekien-industries.github.io/waystone-dotnet/)

## 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