Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.mono « Rx.NET - github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7da4dea157d4e23f0c30211141b1c945bd84d6fc (plain)
1
2
3
4
5
6
7
8
As of OSS release 1.0, there are only two steps are required to make it possible to build with mono in the source repo:

- apply ReactiveAssert.cs change.
- run replacer.sh 

Actually ObservableExTest.cs cannot be compiled due to insufficient
type inference for lambdas, so I skipped it in Mono.Reactive.Testing_test.dll.