Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosmos-stack/cosmos-standard
A Standard Library. Improve development efficiency by providing the most streamlined APIs.
https://github.com/cosmos-stack/cosmos-standard
async collection converter datetime disposable hacktoberfest optional reflection task
Last synced: about 2 months ago
JSON representation
A Standard Library. Improve development efficiency by providing the most streamlined APIs.
- Host: GitHub
- URL: https://github.com/cosmos-stack/cosmos-standard
- Owner: cosmos-stack
- License: apache-2.0
- Created: 2019-01-23T09:28:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T07:03:26.000Z (about 2 years ago)
- Last Synced: 2024-10-30T02:33:01.378Z (2 months ago)
- Topics: async, collection, converter, datetime, disposable, hacktoberfest, optional, reflection, task
- Language: C#
- Homepage:
- Size: 5.12 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CosmosStack Standard Overview
The Cosmos Standard project is one of the member projects of the Cosmos Stack Programme. Cosmos Standard provides a minimal set of basic tools for Cosmos Stack. With the support of Cosmos Standard, developers can obtain higher development efficiency.
From 2022, only .NET 6 will be supported.
Cosmos Standard includes:
+ [Abstractions](https://github.com/cosmos-stack/cosmos-standard/tree/master/src/CosmosStack.Abstractions)
+ [Core](https://github.com/cosmos-stack/cosmos-standard/tree/master/src/CosmosStack)
+ [Asyncs](https://github.com/cosmos-stack/cosmos-standard/tree/master/src/CosmosStack.Asyncs)
+ [Collections](https://github.com/cosmos-stack/cosmos-standard/tree/master/src/CosmosStack.Collections)
+ [Conversions](https://github.com/cosmos-stack/cosmos-standard/tree/master/src/CosmosStack.Conversions)
+ [DateTime](https://github.com/cosmos-stack/cosmos-standard/tree/master/src/CosmosStack.DateTime)
+ [Disposables](https://github.com/cosmos-stack/cosmos-standard/tree/master/src/CosmosStack.Disposables)
+ [Guard](https://github.com/cosmos-stack/cosmos-standard/tree/master/src/CosmosStack.Guard)
+ [Optionals](https://github.com/cosmos-stack/cosmos-standard/tree/master/src/CosmosStack.Optionals)
+ [Reflection](https://github.com/cosmos-stack/cosmos-standard/tree/master/src/CosmosStack.Reflection)## Installation
Install via NuGet (Package Manager):
```shell
Install-Package CosmosStack.Standard
```or modify the `.csproj` file:
```xml
```
Fill in the latest version number in `LATEST_VERSION`.
---
## Thanks
People or projects that have made a great contributions to this project:
- Mr. [刘浩杨](https://github.com/liuhaoyang)
- Mr. [何镇汐](https://github.com/UtilCore)
- Mr. [Stephen Cleary](https://github.com/StephenCleary)
- _The next one must be you_### Organizations and projects
- [dadhi/FastExpressionCompiler](https://github.com/dadhi/FastExpressionCompiler), MIT
- [StephenCleary/Disposables](https://github.com/StephenCleary/Disposables), MIT
- [StephenCleary/Guids](https://github.com/StephenCleary/Guids), MIT
- [VerbalExpressions/CSharpVerbalExpressions](https://github.com/VerbalExpressions/CSharpVerbalExpressions), MIT
- [zzzprojects/LINQ-Async](https://github.com/zzzprojects/LINQ-Async), MIT---
## License
Member project of [Cosmos Stack](https://github.com/cosmos-stack).
[Apache License 2.0](/LICENSE)