System.Text.RegularExpressions by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-23109
Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression engine. Commonly Used Types: System.Text.RegularExpressions.Regex System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Match System.Text.RegularExpressions.Group System.Text.RegularExpressions.Capture System.Text.RegularExpressions.MatchEvaluator
System.Threading.Channels by: Microsoft
  • 2 total downloads
  • Latest version: 6.0.0-rc.1.21451.13
Provides types for passing data between producers and consumers. Commonly Used Types: System.Threading.Channel System.Threading.Channel<T>
System.Threading.Overlapped by: Microsoft
  • 6 total downloads
  • Latest version: 4.3.0-preview1-24530-04
Provides common types for interacting with asynchronous (or overlapped) input and output (I/O). Commonly Used Types: System.Threading.NativeOverlapped System.Threading.Overlapped System.Threading.IOCompletionCallback When using NuGet 3.x this package requires at least version 3.4.
System.Threading.Tasks.Dataflow by: Microsoft
  • 3 total downloads
  • Latest version: 8.0.1
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.Threading.Tasks.Parallel by: Microsoft
  • 5 total downloads
  • Latest version: 4.3.0-preview1-24530-04
Provides the System.Threading.Tasks.Parallel class, which adds support for running loops and iterators in parallel. Commonly Used Types: System.Threading.Tasks.Parallel System.Threading.Tasks.ParallelLoopState System.Threading.Tasks.ParallelLoopResult System.Threading.Tasks.ParallelOptions When using NuGet 3.x this package requires at least version 3.4.
System.Threading.Thread by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-rc2-24027
Provides the System.Threading.Thread class, which allows developers to create and control a thread, set its priority, and get its state. Commonly Used Types: System.Threading.Thread System.Threading.ThreadStart System.Threading.ParameterizedThreadStart \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
Telegram.Bot by: Wizou, tuscen, Poulad, RoundRobin
  • 1 total downloads
  • Latest version: 22.7.2-dev.2
  • 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: fix type (int -> long) for Amount fields
Testcontainers by: Andre Hofmeister and contributors
  • 1 total downloads
  • Latest version: 4.7.0
  • automation docker dotnet testcontainers testcontainers-dotnet testing
Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
Twilio by: Twilio
  • 2 total downloads
  • Latest version: 7.13.2
  • REST SMS voice telephony phone twilio twiml video wireless api
Twilio REST API helper library
Wcwidth by: Patrik Svensson and contributors
  • 5 total downloads
  • Latest version: 4.0.0-preview.0.6
A .NET library that calculates the width of Unicode characters.
Xamarin.Android.Support.v4 by: Xamarin Inc.
  • 1 total downloads
  • Latest version: 25.0.1-rc1
v4 Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.v7.AppCompat by: Xamarin Inc.
  • 1 total downloads
  • Latest version: 25.0.1-rc1
v7 AppCompat Android Support Library C# bindings for Xamarin
Xamarin.Build.Download by: Xamarin Inc.
  • 3 total downloads
  • Latest version: 0.4.4
Support for downloading and unpacking archives when building MSBuild projects
Xunit.Gherkin.Quick by: Tengiz Tutisani
  • 1 total downloads
  • Latest version: 2.0.0
  • BDD, Gherkin, Xunit, Testing, Behavior Driven Development
Xunit.Gherkin.Quick is a lightweight, cross platform BDD test framework (targets .NET Standard, can be used from both .NET and .NET Core test projects). It parses Gherkin language and executes Xunit tests corresponding to scenarios.