-
Notifications
You must be signed in to change notification settings - Fork 8
Port Details
The Rx project has an End User License Agreement that specifies that the licensee may not:
reverse engineer, decompile or disassemble the software, except and only to the extent that applicable law expressly permits, despite this limitation;
In order to comply with this, raix.reactive is being developed based only on documentation, public APIs, forums, videos, and custom unit tests. This process is called black-box (or white/clean room) porting.
Where possible, each operator will have it’s own wiki page that will describe the functionality implemented as well as a source for where this information was found. Any custom unit tests written to prove functionality in the original framework will be included in the master repository.
raix.interactive is based in LINQ-to-Objects and was developed with the help of Jon Skeet’s edulinq blog series. A copy of the license for the series is part of the raix project.