1. NETFx CovariantExtensions

    By:

    Provides extension methods that allow to treat collections, enumerables and lists as covariant of a generic type other than their constructed type (i.e. for down-casting collections).

  2. NETFx CovariantExtensions xUnit Tests

    By:

    xUnit Tests for netfx-System.Collections.Generic.CovariantExtensions

  3. NETFx Reactive Event

    By:

    Provides a covariant enhanced version of the EventPattern<TEventArgs>, in the form of IEvent<out TEventArgs> and Event<TEventArgs> (wihch inherits from EventPattern<TEventArgs>).