System.ServiceModel.Security
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22816
Provides common security types for consuming and communicating with services.
Commonly Used Types:
System.ServiceModel.DnsEndpointIdentity
System.ServiceModel.MessageSecurityVersion
System.ServiceModel.UpnEndpointIdentity
System.ServiceModel.SpnEndpointIdentity
System.Text.Encodings.Web
by: Microsoft
- 1 total downloads
- Latest version: 4.6.0-preview9.19421.4
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.Tasks.Dataflow
by: Microsoft
- 5 total downloads
- Latest version: 5.0.0-preview.1.20120.5
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.
System.ValueTuple
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-rc3-24212-01
Provides the System.ValueTuple structs, which implement the underlying types for C# 7 tuples.
Commonly Used Types:
System.ValueTuple
System.ValueTuple<T1>
System.ValueTuple<T1, T2>
System.ValueTuple<T1, T2, T3>
System.ValueTuple<T1, T2, T3, T4>
System.ValueTuple<T1, T2, T3, T4, T5>
System.ValueTuple<T1, T2, T3, T4, T5, T6>
System.ValueTuple<T1, T2, T3, T4, T5, T6, T7>
System.ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest>
When using NuGet 3.x this package requires at least version 3.4.
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: RoundRobin, Poulad
- 1 total downloads
- Latest version: 14.7.0
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram.
WindowsAzure.Storage
by: Microsoft
- 11 total downloads
- Latest version: 8.6.0
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.Firebase.iOS.CloudMessaging
by: Xamarin Inc.
- 1 total downloads
- Latest version: 1.2.2
C# bindings for Firebase APIs Cloud Messaging iOS Library
Xamarin.Firebase.iOS.DynamicLinks
by: Microsoft
- 2 total downloads
- Latest version: 8.10.0.1
C# bindings for Firebase APIs Dynamic Links iOS Library
Xamarin.Firebase.iOS.InstanceID
by: Microsoft
- 2 total downloads
- Latest version: 3.3.0
C# bindings for Firebase APIs Instance ID iOS Library
xunit
by: James Newkirk, Brad Wilson
- 1 total downloads
- Latest version: 2.3.0-beta2-build3683
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.24.0
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.assert
by: jnewkirk, bradwilson
- 1 total downloads
- Latest version: 2.5.0-pre.37
Includes the assertion library from xUnit.net (xunit.assert.dll). Supports .NET Standard 1.1.
xunit.core
by: James Newkirk, Brad Wilson
- 1 total downloads
- Latest version: 2.4.0-rc.1.build4038
Includes the libraries for writing unit tests with xUnit.net.