Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T08:46:10.000Z (8 months ago)
- Last Synced: 2024-11-05T06:37:49.209Z (8 days ago)
- Topics: backport, bridge, dotnet-core, dotnet-framework, dotnet-standard, legacy-support, polyfill
- Language: C#
- Homepage:
- Size: 22.9 MB
- Stars: 160
- Watchers: 8
- Forks: 30
- Open Issues: 47
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
Theraot.Core
===[![Build status](https://ci.appveyor.com/api/projects/status/lk3aey42hdfnyym5?svg=true)](https://ci.appveyor.com/project/theraot/theraot)
[![Join the chat at https://gitter.im/Theraot/community](https://badges.gitter.im/Theraot/community.svg)](https://gitter.im/Theraot/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![NuGet](https://img.shields.io/nuget/v/Theraot.Core.svg?style=flat)](https://www.nuget.org/packages/Theraot.Core/)
[![License](https://img.shields.io/github/license/theraot/theraot.svg?style=flat)](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.