System.Reflection.Context by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.1
Provides CustomReflectionContext to enable customized reflection contexts.
System.Reflection.TypeExtensions by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0-preview1-24530-04
Provides extensions methods for System.Type that are designed to be source-compatible with older framework reflection-based APIs. Commonly Used Types: System.Reflection.TypeExtensions System.Reflection.BindingFlags When using NuGet 3.x this package requires at least version 3.4.
System.Resources.Extensions by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.1
Provides classes which read and write resources in a format that supports non-primitive objects. Commonly Used Types: System.Resources.Extensions.DeserializingResourceReader System.Resources.Extensions.PreserializedResourceWriter
System.Runtime.CompilerServices.Unsafe by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0
Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers. Commonly Used Types: System.Runtime.CompilerServices.Unsafe When using NuGet 3.x this package requires at least version 3.4.
System.Security.Cryptography.ProtectedData by: Microsoft
  • 1 total downloads
  • Latest version: 4.7.0-preview3.19551.4
Provides access to Windows Data Protection Api. Commonly Used Types: System.Security.Cryptography.DataProtectionScope System.Security.Cryptography.ProtectedData When using NuGet 3.x this package requires at least version 3.4.
System.Security.Cryptography.X509Certificates by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
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.Security.Cryptography.Xml by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.0-rc.2.25502.107
Provides classes to support the creation and validation of XML digital signatures. The classes in this namespace implement the World Wide Web Consortium Recommendation, "XML-Signature Syntax and Processing", described at http://www.w3.org/TR/xmldsig-core/. Commonly Used Types: System.Security.Cryptography.Xml.CipherData System.Security.Cryptography.Xml.CipherReference System.Security.Cryptography.Xml.DataObject System.Security.Cryptography.Xml.DataReference System.Security.Cryptography.Xml.DSAKeyValue System.Security.Cryptography.Xml.EncryptedData System.Security.Cryptography.Xml.EncryptedKey System.Security.Cryptography.Xml.EncryptedReference System.Security.Cryptography.Xml.EncryptedType System.Security.Cryptography.Xml.EncryptedXml System.Security.Cryptography.Xml.EncryptionMethod System.Security.Cryptography.Xml.EncryptionProperty System.Security.Cryptography.Xml.EncryptionPropertyCollection System.Security.Cryptography.Xml.KeyInfo System.Security.Cryptography.Xml.KeyInfoClause System.Security.Cryptography.Xml.KeyInfoEncryptedKey System.Security.Cryptography.Xml.KeyInfoName System.Security.Cryptography.Xml.KeyInfoNode System.Security.Cryptography.Xml.KeyInfoRetrievalMethod System.Security.Cryptography.Xml.KeyInfoX509Data System.Security.Cryptography.Xml.KeyReference System.Security.Cryptography.Xml.Reference System.Security.Cryptography.Xml.ReferenceList System.Security.Cryptography.Xml.RSAKeyValue System.Security.Cryptography.Xml.Signature System.Security.Cryptography.Xml.SignedInfo System.Security.Cryptography.Xml.SignedXml System.Security.Cryptography.Xml.Transform System.Security.Cryptography.Xml.TransformChain System.Security.Cryptography.Xml.XmlDecryptionTransform System.Security.Cryptography.Xml.XmlDsigBase64Transform System.Security.Cryptography.Xml.XmlDsigC14NTransform System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform System.Security.Cryptography.Xml.XmlDsigExcC14NTransform System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform System.Security.Cryptography.Xml.XmlDsigXPathTransform System.Security.Cryptography.Xml.XmlDsigXsltTransform System.Security.Cryptography.Xml.XmlLicenseTransform
System.Security.Permissions by: Microsoft
  • 1 total downloads
  • Latest version: 4.5.0-rc1
Provides types supporting Code Access Security (CAS). 8f968b9e79c5721d78cc88e46fe57457fe9d490d When using NuGet 3.x this package requires at least version 3.4.
System.ServiceModel.Http by: Microsoft
  • 21 total downloads
  • Latest version: 8.1.0
System.ServiceModel.Http
System.ServiceModel.NetTcp by: Microsoft
  • 16 total downloads
  • Latest version: 8.1.2
System.ServiceModel.NetTcp
System.ServiceModel.Primitives by: Microsoft
  • 17 total downloads
  • Latest version: 8.1.1
System.ServiceModel.Primitives
System.ServiceModel.Security by: Microsoft
  • 17 total downloads
  • Latest version: 4.10.3
Provides the types that support additional security features.
System.Threading.Channels by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.0-preview.5.25277.114
Provides types for passing data between producers and consumers. Commonly Used Types: System.Threading.Channel System.Threading.Channel<T>
System.Threading.Tasks.Dataflow by: Microsoft
  • 36 total downloads
  • Latest version: 10.0.0-rc.1.25451.107
TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#. Commonly Used Types: System.Threading.Tasks.Dataflow.ActionBlock<TInput> System.Threading.Tasks.Dataflow.BatchBlock<T> System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2> System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2, T3> System.Threading.Tasks.Dataflow.BroadcastBlock<T> System.Threading.Tasks.Dataflow.BufferBlock<T> System.Threading.Tasks.Dataflow.DataflowBlock System.Threading.Tasks.Dataflow.JoinBlock<T1, T2> System.Threading.Tasks.Dataflow.JoinBlock<T1, T2, T3> System.Threading.Tasks.Dataflow.TransformBlock<TInput, TOutput> System.Threading.Tasks.Dataflow.TransformManyBlock<TInput, TOutput> System.Threading.Tasks.Dataflow.WriteOnceBlock<T>
System.Xml.XPath.XmlDocument by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22231
Provides extension methods that add System.Xml.XPath support to the System.Xml.XmlDocument package.
Telegram.Bot by: Wizou, tuscen, Poulad, RoundRobin
  • 45 total downloads
  • Latest version: 22.7.6-dev.5
  • Telegram Bot Api Payment Inline Games
This library gives you easy access to Telegram Bot API so you can start building useful bots for Telegram. Release Notes: SendHtml now returns Message[]
Unofficial.Microsoft.WindowsAzure.ServiceRuntime by: MatthewSteeples
  • 3 total downloads
  • Latest version: 2.6.0
Unofficial Build of ServiceRuntime 2.6
ValueTupleBridge by: Nobuyuki Iwanaga
  • 1 total downloads
  • Latest version: 0.1.0
  • ValueTuple
Backporting of System.ValueTuple for .NET 3.5.
Xamarin.Facebook.GamingServicesKit.iOS by: Microsoft
  • 3 total downloads
  • Latest version: 12.2.0.1
C# binding for Facebook GamingServicesKit's official SDK
xunit.abstractions by: James Newkirk, Brad Wilson
  • 1 total downloads
  • Latest version: 2.0.0-alpha-build1650
Common abstractions used to exchange information between xUnit.net and version-independent runners.