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:
Install via NuGet (Package Manager):
Install-Package CosmosStack.Standard
or modify the .csproj
file:
<PackageReference Include="CosmosStack.Standard" Version="LATEST_VERSION" />
Fill in the latest version number in LATEST_VERSION
.
People or projects that have made a great contributions to this project:
- Mr. 刘浩杨
- Mr. 何镇汐
- Mr. Stephen Cleary
- The next one must be you
- dadhi/FastExpressionCompiler, MIT
- StephenCleary/Disposables, MIT
- StephenCleary/Guids, MIT
- VerbalExpressions/CSharpVerbalExpressions, MIT
- zzzprojects/LINQ-Async, MIT
Member project of Cosmos Stack.