0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 24 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove Xunit tests for Observable. All tests in Xunit_ObservableSpecs were also present in ObservableSpecs. More... over 6 years ago
Move Xunit_ObservableSpecs into ObservableSpecs, change XUnit assertions to NUnit. Duplicates need to removed. More... over 6 years ago
Remove Xunit tests for Marbles. No active tests were present in Xunit_MarbleSpecs. More... over 6 years ago
Remove Xunit tests for Emits. All tests in Xunit_EmitsSpecs were also present in EmitsSpecs. More... over 6 years ago
Remove Xunit tests for Disposables. Only a single test was in Xunit_DisposableSpecs, which was already in DisposableSpecs. More... over 6 years ago
Remove Xunit tests for Subjects. All tests in Xunit_SubjectSpecs were also present in SubjectSpecs. More... over 6 years ago
Remove Xunit tests for Scheduler. Side-by-side, all tests in Xunit_SchedulerSpecs were also present in SchedulerSpecs. More... over 6 years ago
Bump minor version More... over 6 years ago
Merge pull request #148 from deviousasti/master More... over 6 years ago
Add ignoreElements to Observable, add test for it More... over 6 years ago
Merge pull request #146 from Micha-kun/Micha-kun/issue145 More... over 6 years ago
Rollback unwanted commit More... over 6 years ago
Add Disposable.disposeWith function Fixes #145 -> Added tests & reworked function More... over 6 years ago
Add Disposable.disposeWith function More... over 6 years ago
Fix image paths in docs #114 [skip ci] More... over 6 years ago
Bump bugfix version More... over 6 years ago
Merge pull request #144 from deviousasti/master More... over 6 years ago
Add test for try..with using Observable builder More... over 6 years ago
Make TryWith signature non-flexible type, F# compiler can use contra-variance in this case. More... over 6 years ago
Bump bugfix version More... over 6 years ago
Merge pull request #141 from deviousasti/master More... over 6 years ago
Merge pull request #143 from mrakgr/master More... over 6 years ago
Fix of the last pull request. Changed the implementation of choose again so as to allow the call to OnNext to be in tail position. More... over 6 years ago
Bump bugfix version More... over 6 years ago
Merge pull request #142 from mrakgr/master More... over 6 years ago
Small naming consistency fix. More... over 6 years ago
Added the tests. It seems the build on my own side added some stuff to Paker.Restore.targets. Hopefully that won't break anything. More... over 6 years ago
Fixes #131. More... over 6 years ago
Simplify the implementation of Disposable.compose More... over 6 years ago
Add tests for the Disposable module More... over 6 years ago