System.Resources.ResourceManager by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides classes and attributes that allow developers to create, store, and manage various culture-specific resources used in an application. Commonly Used Types: System.Resources.ResourceManager System.Resources.NeutralResourcesLanguageAttribute System.Resources.SatelliteContractVersionAttribute System.Resources.MissingManifestResourceException
System.Runtime.Serialization.Xml by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22416
Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects. Commonly Used Types: System.Runtime.Serialization.DataContractSerializer System.Runtime.Serialization.XmlObjectSerializer System.Runtime.Serialization.InvalidDataContractException System.Xml.XmlDictionaryReader System.Xml.XmlDictionaryWriter System.Xml.XmlDictionaryString System.Xml.UniqueId System.Xml.XmlDictionaryReaderQuotas System.Runtime.Serialization.DataContractResolver System.Xml.IXmlDictionary
System.Security.Claims by: Microsoft
  • 3 total downloads
  • Latest version: 4.0.0-beta-22605
Provides classes that implement claims-based identity in the .NET Framework, including classes that represent claims, claims-based identities, and claims-based principals. Commonly Used Types: System.Security.Principal.GenericIdentity System.Security.Claims.Claim System.Security.Claims.ClaimsIdentity System.Security.Claims.ClaimsPrincipal System.Security.Principal.GenericPrincipal
System.ServiceModel.Http by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22816
Provides classes that allow applications to consume HTTP and WebSocket web services. Use the System.ServiceModel.BasicHttpBinding class for communication with ASMX-based web services and other services that conform to the WS-I Basic Profile 1.1. Whereas, use the System.ServiceModel.NetHttpBinding class for communication with .NET-based WebSocket services. Commonly Used Types: System.ServiceModel.BasicHttpBinding System.ServiceModel.Channels.HttpRequestMessageProperty System.ServiceModel.Channels.HttpResponseMessageProperty System.ServiceModel.Channels.HttpTransportBindingElement System.ServiceModel.Channels.HttpsTransportBindingElement System.ServiceModel.HttpClientCredentialType System.ServiceModel.BasicHttpSecurityMode System.ServiceModel.HttpTransportSecurity System.ServiceModel.BasicHttpMessageCredentialType System.ServiceModel.HttpBindingBase
System.ServiceModel.Primitives by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22816
Provides common Windows Communication Foundation (WCF) types for consuming and communicating with services. Commonly Used Types: System.ServiceModel.ClientBase<TChannel> System.ServiceModel.IClientChannel System.ServiceModel.ICommunicationObject System.ServiceModel.Channels.IChannel System.ServiceModel.IContextChannel System.ServiceModel.IExtensibleObject<T> System.ServiceModel.DataContractFormatAttribute System.ServiceModel.Description.IOperationBehavior System.ServiceModel.Channels.Message System.ServiceModel.FaultException<TDetail>
System.ServiceModel.Security by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
No description available.
System.Text.RegularExpressions by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22416
Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression engine. Commonly Used Types: System.Text.RegularExpressions.Regex System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Match System.Text.RegularExpressions.Group System.Text.RegularExpressions.Capture System.Text.RegularExpressions.MatchEvaluator
System.Threading.Tasks.Parallel by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22816
Provides the System.Threading.Tasks.Parallel class, which adds support for running loops and iterators in parallel. Commonly Used Types: System.Threading.Tasks.Parallel System.Threading.Tasks.ParallelLoopState System.Threading.Tasks.ParallelLoopResult System.Threading.Tasks.ParallelOptions
System.Xml.XPath.XDocument by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22605
Provides extension methods that add System.Xml.XPath support to the System.Xml.XDocument package. Commonly Used Types: System.Xml.XPath.Extensions System.Xml.XPath.XDocumentExtensions
Text.Analyzers by: Microsoft
  • 2 total downloads
  • Latest version: 3.3.1
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Text Analyzers
Validation by: Andrew Arnott
  • 2 total downloads
  • Latest version: 2.4.15-g8377954d86
  • InputValidation IntegrityCheck
Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
WindowsAzure.Storage by: Microsoft
  • 14 total downloads
  • Latest version: 4.4.1-preview
  • Microsoft, Azure, Storage, Table, Blob, File, Queue, Scalable, windowsazureofficial
This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Xamarin.Android.Support.Core.UI by: Xamarin Inc.
  • 1 total downloads
  • Latest version: 25.1.0-beta2
Core UI Android Support Library C# bindings for Xamarin
Xamarin.Build.Download by: Microsoft
  • 2 total downloads
  • Latest version: 0.11.1
Support for downloading and unpacking archives when building MSBuild projects
xunit by: jnewkirk, bradwilson
  • 6 total downloads
  • Latest version: 2.9.2
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.
xunit.analyzers by: jnewkirk, bradwilson, marcind
  • 6 total downloads
  • Latest version: 1.16.0
  • xunit.analyzers, analyzers, roslyn, xunit, xunit.net
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. Installing this package provides code analyzers to help developers find and fix frequent issues when writing tests and xUnit.net extensibility code.
xunit.core by: jnewkirk, bradwilson
  • 5 total downloads
  • Latest version: 2.9.2
Includes the libraries for writing unit tests with xUnit.net.