Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quahu/qommon

Common code used in my projects.
https://github.com/quahu/qommon

common csharp dotnet dotnet-core utilities

Last synced: about 1 month ago
JSON representation

Common code used in my projects.

Awesome Lists containing this project

README

        

# Qommon
A bunch of common stuff used in my libraries and code.

See:
- [Disqord](https://github.com/Quahu/Disqord)
- [Qmmands](https://github.com/Quahu/Qmmands)

### Copyright Notes
- Contains code based off of [CommunityToolkit.Diagnostics](https://github.com/CommunityToolkit/dotnet/tree/main/CommunityToolkit.Diagnostics), specifically code related to the `Throw` (originally `ThrowHelper`) and `Guard` types.

> Copyright © .NET Foundation and Contributors

[Original License](https://github.com/CommunityToolkit/dotnet/blob/main/License.md)
- Contains code based off of [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore/tree/main/src/ObjectPool), specifically code related to the `ObjectPool` type.

> Copyright (c) .NET Foundation and Contributors

[Original License](https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt)