Top 20 NuGet Packages depending on NETFx Guard

Total dependencies: 37

An implementation of the core NETFx ISerializer interface that provides stream compression/decompression on top of another serializer.
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.
Easily get all bytes that make up an arbitrary stream.
Core interface that serializers can implement to serialize and deserialize an object graph to and from a Stream.
AddRange extension method for ICollection<T>
Traverse an enumerable tree, depth or breadth first. Example: var dirs = new DirectoryInfo("C:\\") .Traverse(TraverseKind.BreadthFirst, dir => dir.EnumerateDirectories());
xUnit Tests for netfx-System.Collections.Generic.IEnumerable.Traverse
Provides strong typed access to ComponentModel attributes by using the ComponentModel() extension method over a type, method, property, etc.
xUnit tests for netfx-System.ComponentModel.Attributes
DescriptionResourceAttribute, DisplayNameAttribute, CategoryResourceAttribute, etc.
Provides the core APIs to implement the event sourcing pattern and an application event bus.
Provides the core APIs to implement a message store.
Adds the required source code and Web.config changes to support SWT tokens. Just configure SWT token format in Azure ACS/STS, and add your SwtSigningKey value to the Web.config! Requires: http://kzu.to/wifruntime and http://kzu.to/wif_sdk
Provides an easy way to implement the singleton (anti?) pattern so that it is ambient-safe, propagates with a call context and can be overriden per ambient (i.e. in tests).
Implements the core NETFx ISerializer interface using the .NET framework runtime BinaryFormatter.