Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alastairlundy/resyslib


https://github.com/alastairlundy/resyslib

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Resyslib
Resyslib is my general C# library for adding new types and features.

## Getting Started

### Support
This can be added to any .NET Standard 2.1 , .NET 8, or .NET 9 supported project.

### Pre-requisites

### Installation
* [Nuget](https://nuget.org/packages/Resyslib) or dotnet add package Resyslib

## Usage

## Roadmap

## License
Resyslib and other Resyslib libraries are licensed under the MPL 2.0 license.

See ``LICENSE.txt`` for more information.

## Acknowledgements
Thanks to the following projects for their great work:
* Microsoft's [System.ComponentModel.Annotations](https://www.nuget.org/packages/System.ComponentModel.Annotations) package for .NET Standard - This is used to enable .NET Standard 2.1 support on Resyslib's attributes.