System.Diagnostics.Tracing by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.20-beta-22816
Provides class that enable you to create high performance tracing events to be captured by event tracing for Windows (ETW). Commonly Used Types: System.Diagnostics.Tracing.EventSource System.Diagnostics.Tracing.EventListener System.Diagnostics.Tracing.EventLevel System.Diagnostics.Tracing.EventKeywords System.Diagnostics.Tracing.EventWrittenEventArgs System.Diagnostics.Tracing.EventAttribute System.Diagnostics.Tracing.EventSourceAttribute System.Diagnostics.Tracing.NonEventAttribute
System.Globalization.Calendars by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22231
Provides classes for performing date calculations using specific calendars, including the Gregorian, Julian, Hijri and Korean calendars.
System.IO by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22231
Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams
System.IO.FileSystem.Primitives by: Microsoft
  • 3 total downloads
  • Latest version: 4.0.0-beta-22816
Provides common enumerations and exceptions for path-based I/O libraries. Commonly Used Types: System.IO.DirectoryNotFoundException System.IO.FileAccess System.IO.FileLoadException System.IO.PathTooLongException System.IO.FileMode System.IO.FileShare System.IO.FileAttributes
System.IO.MemoryMappedFiles by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22231
Provides classes for using a memory-mapped file, which maps the contents of a file to an application's logical address space.
System.Linq.Expressions by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22816
Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees. Commonly Used Types: System.Linq.Expressions.Expression<TDelegate> System.Linq.Expressions.Expression System.Linq.Expressions.MemberExpression System.Linq.Expressions.ExpressionVisitor System.Linq.Expressions.MethodCallExpression System.Linq.IQueryable<T> System.Linq.IQueryable System.Linq.Expressions.NewExpression System.Linq.Expressions.ParameterExpression System.Linq.Expressions.ConstantExpression
System.Net.Primitives by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22231
Provides common types for network-based libraries, including System.Net.IPAddress, System.Net.IPEndPoint, and System.Net.CookieContainer.
System.Private.ServiceModel by: Microsoft
  • 1 total downloads
  • Latest version: 4.5.0-preview1-26228-01
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.ServiceModel packages. be2ad4a596dbfdcdb23efa4348e3200712729258 When using NuGet 3.x this package requires at least version 3.4.
System.Reactive by: .NET Foundation and Contributors
  • 1 total downloads
  • Latest version: 3.1.0
  • Rx Reactive Extensions Observable LINQ Events
Reactive Extensions (Rx) Main Library combining the interfaces, core, LINQ, and platform services libraries.
System.Reflection.Emit.ILGeneration by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
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.Runtime by: Microsoft
  • 4 total downloads
  • Latest version: 4.0.20-beta-22816
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.Runtime.Extensions by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22416
Provides commonly-used classes for performing mathematical functions, conversions, string comparisons and querying environment information. Commonly Used Types: System.Math System.Environment System.Random System.Progress<T> System.Convert System.Diagnostics.Stopwatch System.Runtime.Versioning.FrameworkName System.StringComparer System.IO.Path
System.Security.AccessControl by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22605
No description available.
System.Security.Cryptography.Encoding by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22605
Provides types for representing Abstract Syntax Notation One (ASN.1)-encoded data. Commonly Used Types: System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection
System.Security.Cryptography.X509Certificates by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22816
Provides types for reading, exporting and verifying Authenticode X.509 v3 certificates. These certificates are signed with a private key that uniquely and positively identifies the holder of the certificate. Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509ContentType System.Security.Cryptography.X509Certificates.StoreLocation System.Security.Cryptography.X509Certificates.StoreName System.Security.Cryptography.X509Certificates.X509FindType System.Security.Cryptography.X509Certificates.X509ChainStatus System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension System.Security.Cryptography.X509Certificates.X509Chain
System.Threading.ThreadPool by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22605
Provides the System.Threading.ThreadPool class, which contains a pool of threads that can be used to execute tasks, post work items, wait on behalf of other threads, and process timers. Commonly Used Types: System.Threading.ThreadPool System.Threading.WaitOrTimerCallback
System.Xml.XPath by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22816
Provides the classes that define a cursor model for navigating and editing Extensible Markup Language (XML) information items as instances of the XQuery 1.0 and XPath 2.0 Data Model. Commonly Used Types: System.Xml.XPath.XPathNavigator System.Xml.XPath.IXPathNavigable System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathExpression System.Xml.XPath.XPathResultType System.Xml.XPath.XPathException System.Xml.XPath.XPathDocument System.Xml.XPath.XPathItem System.Xml.XPath.XPathNamespaceScope
Xamarin.Android.Support.v4 by: Xamarin Inc.
  • 2 total downloads
  • Latest version: 25.1.0-beta1
v4 Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.Vector.Drawable by: Xamarin Inc.
  • 1 total downloads
  • Latest version: 24.2.1-alpha1
Vector Drawable Android Support Library C# bindings for Xamarin
Xamarin.Build.Download by: Microsoft
  • 6 total downloads
  • Latest version: 0.10.0
Support for downloading and unpacking archives when building MSBuild projects