runtime.native.System.Security.Cryptography
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0-preview1-24530-04
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
runtime.win10-arm.Microsoft.Net.Native.Compiler
by: Microsoft
- 3 total downloads
- Latest version: 2.2.11-rel-30601-02
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version.
Supported Platforms:
- UWP tools 2.2
runtime.win10-arm64.Microsoft.Net.Native.Compiler
by: Microsoft
- 1 total downloads
- Latest version: 2.1.8-nativerel-26502-00
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version.
Supported Platforms:
- UWP tools 2.1
runtime.win10-x64.Microsoft.Net.Native.Compiler
by: Microsoft
- 1 total downloads
- Latest version: 2.2.1
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version.
Supported Platforms:
- UWP tools 2.2
runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk
by: Microsoft
- 3 total downloads
- Latest version: 2.2.13
Internal implementation package not meant for direct consumption. Please do not reference directly.
Provides the CoreCLR runtime and build tools to build and run Universal Windows applications using CoreCLR.
1b651b26ca39a8a2b6c090a85b6025565fa46203
When using NuGet 3.x this package requires at least version 3.4.
Sentry
by: Sentry Team and Contributors
- 3 total downloads
- Latest version: 3.33.1
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
System.Collections.Immutable
by: Microsoft
- 1 total downloads
- Latest version: 1.5.0-preview2-26406-04
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.
Commonly Used Types:
System.Collections.Immutable.ImmutableArray
System.Collections.Immutable.ImmutableArray<T>
System.Collections.Immutable.ImmutableDictionary
System.Collections.Immutable.ImmutableDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableHashSet
System.Collections.Immutable.ImmutableHashSet<T>
System.Collections.Immutable.ImmutableList
System.Collections.Immutable.ImmutableList<T>
System.Collections.Immutable.ImmutableQueue
System.Collections.Immutable.ImmutableQueue<T>
System.Collections.Immutable.ImmutableSortedDictionary
System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableSortedSet
System.Collections.Immutable.ImmutableSortedSet<T>
System.Collections.Immutable.ImmutableStack
System.Collections.Immutable.ImmutableStack<T>
7e3dbdb95b30650eabade0ac73a10b22d4dbe8b3
System.Diagnostics.FileVersionInfo
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22231
Provides the System.Diagnostics.FileVersionInfo class, which allows access to Win32 version resource information for a physical file on disk.
System.Diagnostics.Tracing
by: Microsoft
- 1 total downloads
- Latest version: 4.0.20-beta-22605
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.Private.Uri
by: Microsoft
- 2 total downloads
- Latest version: 4.3.1
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri.
When using NuGet 3.x this package requires at least version 3.4.
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.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.ServiceModel.Http
by: Microsoft
- 2 total downloads
- Latest version: 4.0.10-beta-22605
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.Threading.Tasks.Dataflow
by: Microsoft
- 3 total downloads
- Latest version: 4.10.0
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>
When using NuGet 3.x this package requires at least version 3.4.
Telegram.Bot
by: RoundRobin, Poulad
- 2 total downloads
- Latest version: 15.1.0
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram.
ValueTupleBridge
by: Nobuyuki Iwanaga
- 1 total downloads
- Latest version: 0.1.0
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