Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alastairlundy/resyslib
https://github.com/alastairlundy/resyslib
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alastairlundy/resyslib
- Owner: alastairlundy
- License: mpl-2.0
- Created: 2024-12-20T19:34:35.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-12-28T01:15:35.000Z (8 days ago)
- Last Synced: 2024-12-28T02:19:46.064Z (8 days ago)
- Language: C#
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.