Consider splitting Rxx into multiple assemblies.
For example, split by Framework assembly:
Rxx.Parsers.dll: Ix and Rx parsers.
Rxx.UI.dll: User Interface-related types and extensions; e.g., View...
Id #23878 | Release:
None
| Updated: Feb 21 at 10:46 PM by davedev | Created: Feb 4 at 3:15 PM by davedev
Mono doesn't have a few of the assemblies you reference in your main Rxx project. Specifically it doesn't have Presentation and PresentationCore (I think I have the names right). Taking Rxx.dll a...
Id #23873 | Release:
None
| Updated: Feb 21 at 10:46 PM by davedev | Created: Feb 4 at 4:40 AM by bman654
Applying BufferIntrospective to a hot source may cause notifications to be missed.
Original discussion:
http://rxx.codeplex.com/discussions/431756
Id #23869 | Release:
None
| Updated: Feb 21 at 10:46 PM by davedev | Created: Feb 2 at 4:50 PM by davedev
Define ReplayNew, PublishNew and TakeLastNew operators that call the Multicast(selector) overload provided by Rxx to ensure that the wrapper is a ReconnectableObservable.
Original discussion:
htt...
Id #23658 | Release:
None
| Updated: Feb 21 at 10:46 PM by davedev | Created: Nov 27, 2012 at 2:29 PM by davedev
Add DistinctUntilChangedLeft and DistinctUntilChangedRight operators that work on IObservable<Either>.
Original discussion:
http://rxx.codeplex.com/discussions/401272
Id #23657 | Release:
None
| Updated: Feb 21 at 10:46 PM by davedev | Created: Nov 27, 2012 at 2:14 PM by davedev
Implement Either.Equals (and related operations; interfaces) with value-type equality:
return this.IsLeft == other.IsLeft && object.Equals(this.Value, other.Value);
Related discussion:
http://r...
Id #23653 | Release:
None
| Updated: Feb 21 at 10:46 PM by davedev | Created: Nov 26, 2012 at 6:14 PM by davedev
Create labs for CollectionNotification, CollectionModification, Either, Maybe and Scalar.
Original discussion:
http://rxx.codeplex.com/discussions/394746
Id #23320 | Release:
None
| Updated: Feb 21 at 10:46 PM by davedev | Created: Sep 7, 2012 at 2:47 PM by davedev
HttpListener supports host wildcards such as + and *. ObservableHttpListener.Start doesn't support these wildcards in overloads with a domain parameter because it uses Uri.Parse internally; consid...
Id #23207 | Release:
None
| Updated: Feb 21 at 10:46 PM by davedev | Created: Aug 22, 2012 at 1:30 PM by davedev
Original discussion:
http://rxx.codeplex.com/discussions/391750
Id #23178 | Release:
None
| Updated: Mar 29 at 10:28 PM by davidhardin | Created: Aug 16, 2012 at 11:38 PM by davedev
Define an OrderedListSubject<T> class that behaves like an ordered ListSubject<T>. It could accept an IComparer<T> object as a constructor parameter, with a default overload that uses Comparer<T>....
Id #23121 | Release:
None
| Updated: Feb 21 at 10:46 PM by davedev | Created: Aug 2, 2012 at 10:46 PM by davedev