System.Reactive by: .NET Foundation and Contributors
  • 0 total downloads
  • Latest version: 7.0.0-preview.20
  • System.String[]
Reactive Extensions (Rx) for .NET
System.Reflection.Emit.ILGeneration by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22816
Provides clases that allow a compiler or tool to emit Microsoft intermediate language (MSIL). The primary clients of these classes are script engines and compilers. Commonly Used Types: System.Reflection.Emit.ILGenerator System.Reflection.Emit.Label System.Reflection.Emit.CustomAttributeBuilder System.Reflection.Emit.LocalBuilder System.Reflection.Emit.ParameterBuilder System.Reflection.Emit.SignatureHelper
System.Reflection.Primitives by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides common enumerations for reflection-based libraries. Commonly Used Types: System.Reflection.FieldAttributes System.Reflection.Emit.OpCode System.Reflection.TypeAttributes System.Reflection.MethodAttributes System.Reflection.CallingConventions System.Reflection.PropertyAttributes System.Reflection.EventAttributes System.Reflection.ParameterAttributes System.Reflection.GenericParameterAttributes System.Reflection.MethodImplAttributes
System.Runtime by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.20-beta-22416
Provides the fundamental primitives, classes and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and exceptions. This packages represents the core package, and provides the minimal set of types required to build a managed application. Commonly Used Types: System.Object System.Exception System.Int16 System.Int32 System.Int64 System.Enum System.String System.Char System.Boolean System.SByte System.Byte System.DateTime System.DateTimeOffset System.Single System.Double System.UInt16 System.UInt32 System.UInt64 System.IDisposable System.Uri
System.ServiceModel.NetTcp by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22605
Provides types for consuming and communicating with WCF services over the Transmission Control Protocol (TCP). Commonly Used Types: System.ServiceModel.NetTcpBinding System.ServiceModel.NetTcpSecurity
System.Text.Encoding.CodePages by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider
System.Threading by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22231
Provides the fundamental synchronization primitives, including System.Threading.Monitor and System.Threading.Mutex, that are required when writing asynchronous code.
WindowsAzure.Storage by: Microsoft
  • 1 total downloads
  • Latest version: 4.2.1
  • 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.CustomTabs by: Xamarin Inc.
  • 1 total downloads
  • Latest version: 25.1.0-beta2
Custom Tabs Android Support Library C# bindings for Xamarin
Xamarin.Firebase.iOS.Core by: Microsoft
  • 1 total downloads
  • Latest version: 6.1.0.1
C# bindings for Firebase APIs Core iOS Library
Xamarin.Firebase.iOS.Storage by: Xamarin Inc.
  • 1 total downloads
  • Latest version: 1.0.5.2
C# bindings for Firebase APIs Storage iOS Library
xunit by: jnewkirk, bradwilson
  • 5 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
  • 17 total downloads
  • Latest version: 2.0.0-pre.40
  • 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
  • 15 total downloads
  • Latest version: 2.9.2
Includes the libraries for writing unit tests with xUnit.net.