https://github.com/theraot/Theraot
Backporting .NET and more: LINQ expressions in .net 2.0 - nuget Theraot.Core available.
https://github.com/theraot/Theraot
backport bridge dotnet-core dotnet-framework dotnet-standard legacy-support polyfill
Last synced: 7 months ago
JSON representation
Backporting .NET and more: LINQ expressions in .net 2.0 - nuget Theraot.Core available.
- Host: GitHub
- URL: https://github.com/theraot/Theraot
- Owner: theraot
- License: mit
- Created: 2013-04-11T18:13:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T08:46:10.000Z (over 1 year ago)
- Last Synced: 2025-03-08T00:05:04.292Z (8 months ago)
- Topics: backport, bridge, dotnet-core, dotnet-framework, dotnet-standard, legacy-support, polyfill
- Language: C#
- Homepage:
- Size: 22.9 MB
- Stars: 162
- Watchers: 7
- Forks: 30
- Open Issues: 44
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
Theraot.Core
===[](https://ci.appveyor.com/project/theraot/theraot)
[](https://gitter.im/Theraot/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://www.nuget.org/packages/Theraot.Core/)
[](https://github.com/theraot/Theraot/blob/master/LICENSE.txt)These Libraries are an ongoing effort to ease the work on .NET, including a backport/polyfill/bridge of recent .NET features to .NET 2.0, .NET Core 1.0, .NET Standard 1.0, among other things.
Theraot.Core is as close as I am to a ".NET Compatibility Pack" capable to provide a uniform API surface for many .NET platforms.
---
Similar projects with limited functionality
---* LinqBridge: https://github.com/waninlezu/linqbridge
* AsyncBridge: https://github.com/OmerMor/AsyncBridge
* NUnit.System.Linq: https://github.com/nunit/NUnit.System.Linq
* ReflectionBridge: https://github.com/StefH/ReflectionBridge
* MinimumAsyncBridge: https://github.com/OrangeCube/MinimumAsyncBridge
* IndexRange: https://github.com/bgrainger/IndexRange/---
License
---This project is under MIT license, refer to LICENSE.txt for the license text.
The reason for this license is that this library includes code from Mono under MIT License.
---
Warranty
---Aside from the license, I can only warranty the following: It did work on my machine.