Top 20 NuGet netfx Packages
                xUnit tests for netfx-System.GzipSerializer
            
            
            
        
                Allows easy unpacking of contents from an Open Packaging Conventions (OPC) stream such as OOXML, VSIX, NuGet nupkg, etc.
            
            
            
        
                xUnit Tests for netfx-System.IO.Packaging.StreamUnpack
            
            
            
        
                Clones a stream into an in-memory stream.
            
            
            
        
                xUnit tests for netfx-System.IO.StreamClone
            
            
            
        
                Easily get all bytes that make up an arbitrary stream.
            
            
            
        
                Tests for netfx-System.IO.StreamGetBytes
            
            
            
        
                Core interface that serializers can implement to serialize and deserialize an object graph to and from a Stream.
            
            
            
        
                xUnit tests for netfx-System.JsonNetSerializer
            
            
            
        
                Tests for netfx-System.Net.Http.HttpClientQuery
            
            
            
        
                Strong-typed Linq to Web API with resource names conventions. Builds on top of HttpEntityClient and HttpClient and provides the easiest way to interface with typed REST services that are modeled around typed entities or contracts.
Example:
var products = client
	// Note: resource path inferred from...
            
            
            
        
                Tests for netfx-System.Net.Http.HttpEntityConventionClient
            
            
            
        
                A Json.NET-based HttpContent class for content serialization.
            
            
            
        
                Tests for netfx-System.Net.Http.JsonContent
            
            
            
        
                Provides a covariant enhanced version of the EventPattern<TEventArgs>, in the form of IEvent<out TEventArgs> and Event<TEventArgs> (wihch inherits from EventPattern<TEventArgs>).
            
            
            
        
                xUnit tests for netfx-System.Reactive.Event
            
            
            
        
                Provides a reactive extensions event stream, allowing trending and analysis queries to be performed in real-time over the events pushed through the stream.
            
            
            
        
                Provides the IEventStream interface of a reactive extensions stream, allowing trending and analysis queries to be performed in real-time over the events pushed through the stream, as well as flexible subscription models.
            
            
            
        
                Tests for netfx-System.ServiceProvider
            
            
            
        
                Allows inspecting the exact type inheritance tree as declared in source, rather than the flattened view that reflection provides (for implemented interfaces, for example).
Enables code to determine what are the interfaces implemented directly by a type rather than a base class, as well as determine...