https://github.com/hellokitty/net35essentials
Aims to bring simple essential functionality introduced in >.Net3.5 to .Net3.5
https://github.com/hellokitty/net35essentials
Last synced: 12 months ago
JSON representation
Aims to bring simple essential functionality introduced in >.Net3.5 to .Net3.5
- Host: GitHub
- URL: https://github.com/hellokitty/net35essentials
- Owner: HelloKitty
- Created: 2015-10-18T03:44:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T19:02:42.000Z (over 9 years ago)
- Last Synced: 2025-03-17T18:52:04.685Z (about 1 year ago)
- Language: C#
- Size: 1.8 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .Net3.5Essentials
.Net 3.5 Essential Backported Functionality.
###Goal:
**Backport functionality added to .Net in versions >3.5 that meet the following criteria**:
1. Useful
2. Can be implemented as extension method or standalone class (no language features)
3. Simple implementation/imitation
4. Compiles on Mono 3.5
5. Compiles with Unity3D
## Setup
To use this project you'll first need a couple of things:
- Visual Studio 2015
## Builds
Available on a Nuget Feed: https://www.myget.org/F/hellokitty/api/v2 [](https://www.myget.org/)
##Tests
#### Linux/Mono - Unit Tests
||Debug x86|Debug x64|Release x86|Release x64|
|:--:|:--:|:--:|:--:|:--:|:--:|
|**master**| N/A | N/A | N/A | [](https://travis-ci.org/HelloKitty/HelloKitty/.Net3.5Essentials) |
|**dev**| N/A | N/A | N/A | [](https://travis-ci.org/HelloKitty/.Net3.5Essentials)|
#### Windows - Unit Tests
(Done locally)
##Licensing
This project is licensed under the MIT license.