-
Notifications
You must be signed in to change notification settings - Fork 8
Home
zmjack edited this page Jun 12, 2023
·
2 revisions
Welcome to the NStandard wiki!
This is a .NET extension library for system library.
No depndencies, providing compatible implementations for .NET Framework similar to some of .NET Core functions.
You can use it to get the following support:
- Provide compatibility implementation of some new features of .NET Core for .NET Framework.
- Common data structures and some code patterns.
These frameworks are supported:
NET | NET Standard | NET Framework |
---|---|---|
- .NET 5.0 - .NET 6.0 - .NET 7.0 |
- .NET Standard 2.0 - .NET Standard 2.1 |
- .NET Framework 3.5 - .NET Framework 4.5.1 - 4.5.2 - .NET Framework 4.6 - 4.6.2 - .NET Framework 4.7 - 4.7.2 - .NET Framework 4.8 |
-
.NET CLI
dotnet add package NStandard
English | 中文 |
- Array initialization
- Array mapping
- Array reallocation
- Chain loop
- Compose / Pipeline
- Date & Time
- Flat elements
- Index-Value Pairs
- Traverse by depth
- Zip sequences
- [Come soon] Counter
- DP container
- Evaluator
- Fixed size queue
- Scope
- Sequence input stream
- Sliding
- State
- Value with unit
- Variant string