System.ComponentModel.Annotations by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-preview.3.20214.6
Provides attributes that are used to define metadata for objects used as data sources. Commonly Used Types: System.ComponentModel.DataAnnotations.ValidationResult System.ComponentModel.DataAnnotations.IValidatableObject System.ComponentModel.DataAnnotations.ValidationAttribute System.ComponentModel.DataAnnotations.RequiredAttribute System.ComponentModel.DataAnnotations.StringLengthAttribute System.ComponentModel.DataAnnotations.DisplayAttribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute System.ComponentModel.DataAnnotations.DataTypeAttribute System.ComponentModel.DataAnnotations.RangeAttribute System.ComponentModel.DataAnnotations.KeyAttribute When using NuGet 3.x this package requires at least version 3.4.
System.Data.Common by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.0-beta2
Portable ADO.NET provider model.
System.IO.Packaging by: Microsoft
  • 1 total downloads
  • Latest version: 4.4.1
Provides classes that support storage of multiple data objects in a single container. 0f6d0a02c9cc2e766dd543ff24135f16e9a971e4 When using NuGet 3.x this package requires at least version 3.4.
System.IO.Pipelines by: Microsoft
  • 1 total downloads
  • Latest version: 4.5.0
Single producer single consumer byte buffer management. Commonly Used Types: System.IO.Pipelines.Pipe System.IO.Pipelines.PipeWriter System.IO.Pipelines.PipeReader 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
System.Linq.Queryable by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22231
Provides classes for querying data structures that implement IQueryable<T>.
System.Net.Sockets by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22816
Provides a managed implementation of the Windows Sockets (Winsock) interface for developers who need to tightly control access to the network. Commonly Used Types: System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs System.Net.Sockets.LingerOption System.Net.Sockets.SocketAsyncOperation System.Net.Sockets.ProtocolType System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient System.Net.Sockets.SocketType System.Net.Sockets.UdpClient System.Net.Sockets.SocketShutdown
System.Reflection.DispatchProxy by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview8.19405.3
Provides a class to dynamically create proxy types that implement a specified interface and derive from a specified DispatchProxy type. Method invocations on the generated proxyinstance are dispatched to that DispatchProxy base type. Commonly Used Types: System.Reflection.DispatchProxy When using NuGet 3.x this package requires at least version 3.4.
System.Runtime.Serialization.Primitives by: Microsoft
  • 1 total downloads
  • Latest version: 4.1.1
Provides common types, including System.Runtime.Serialization.DataContractAttribute, for libraries that support data contract serialization. Commonly Used Types: System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.OnDeserializingAttribute System.Runtime.Serialization.OnDeserializedAttribute System.Runtime.Serialization.OnSerializingAttribute System.Runtime.Serialization.OnSerializedAttribute System.Runtime.Serialization.EnumMemberAttribute System.Runtime.Serialization.DataMemberAttribute System.Runtime.Serialization.DataContractAttribute System.Runtime.Serialization.IgnoreDataMemberAttribute System.Runtime.Serialization.SerializationException When using NuGet 3.x this package requires at least version 3.4.
System.Security.Claims by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0-preview1-24530-04
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 When using NuGet 3.x this package requires at least version 3.4.
System.Text.Encodings.Web by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-rc.1.20451.14
Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL). Commonly Used Types: System.Text.Encodings.Web.HtmlEncoder System.Text.Encodings.Web.UrlEncoder System.Text.Encodings.Web.JavaScriptEncoder When using NuGet 3.x this package requires at least version 3.4.
System.Threading by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides the fundamental synchronization primitives, including System.Threading.Monitor and System.Threading.Mutex, that are required when writing asynchronous code. Commonly Used Types: System.Threading.Monitor System.Threading.SynchronizationContext System.Threading.ManualResetEvent System.Threading.AutoResetEvent System.Threading.ThreadLocal<T> System.Threading.EventWaitHandle System.Threading.SemaphoreSlim System.Threading.Mutex
Xamarin.Essentials by: Microsoft
  • 1 total downloads
  • Latest version: 1.8.0-preview1
  • xamarin, windows, uwp, ios, android, watchos, tvos, tizen, toolkit, xamarin.forms, Xamarin.Essentials, kit
Xamarin.Essentials: a kit of essential API's for your apps
Xamarin.Facebook.ShareKit.iOS by: Microsoft
  • 1 total downloads
  • Latest version: 12.2.0
C# binding for Facebook ShareKit's official SDK
Xamarin.Firebase.iOS.Core by: Microsoft
  • 1 total downloads
  • Latest version: 8.10.0
C# bindings for Firebase APIs Core iOS Library
xunit by: James Newkirk, Brad Wilson
  • 1 total downloads
  • Latest version: 2.3.0-rc1-build3809
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
  • 1 total downloads
  • Latest version: 1.2.0-pre.24
  • 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
  • 1 total downloads
  • Latest version: 2.5.1-pre.33
Includes the libraries for writing unit tests with xUnit.net.