Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)