Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/quahu/qommon
- Owner: Quahu
- License: lgpl-3.0
- Created: 2019-03-13T15:46:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T17:54:00.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T01:36:34.818Z (2 months ago)
- Topics: common, csharp, dotnet, dotnet-core, utilities
- Language: C#
- Homepage:
- Size: 375 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)