System.Text.Json by: Microsoft
  • 5 total downloads
  • Latest version: 7.0.0-preview.3.22175.4
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. Commonly Used Types: System.Text.Json.JsonSerializer System.Text.Json.JsonDocument System.Text.Json.JsonElement System.Text.Json.Utf8JsonWriter System.Text.Json.Utf8JsonReader System.Text.Json.Nodes.JsonNode System.Text.Json.Nodes.JsonArray System.Text.Json.Nodes.JsonObject System.Text.Json.Nodes.JsonValue
System.Text.RegularExpressions by: Microsoft
  • 4 total downloads
  • Latest version: 4.0.10-beta-22816
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 by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22816
Provides the fundamental synchronization primitives, including System.Threading.Monitor and System.Threading.Mutex, that are required when writing asynchronous code. Commonly Used Types: System.Threading.Monitor System.Threading.SynchronizationContext System.Threading.ManualResetEvent System.Threading.AutoResetEvent System.Threading.ThreadLocal<T> System.Threading.EventWaitHandle System.Threading.SemaphoreSlim System.Threading.Mutex
System.Threading.AccessControl by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22816
No description available.
System.Threading.Overlapped by: Microsoft
  • 4 total downloads
  • Latest version: 4.0.0-beta-22816
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
System.Threading.Tasks.Parallel by: Microsoft
  • 4 total downloads
  • Latest version: 4.0.0-beta-22816
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
System.Threading.ThreadPool by: Microsoft
  • 4 total downloads
  • Latest version: 4.0.10-beta-22816
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
TaskParallelLibrary by: Microsoft Corporation
  • 2 total downloads
  • Latest version: 1.0.2856
  • tpl plinq pfx task parallel extensions .net35 backport
The package includes: * Task<T> for executing asynchronous operations. * Concurrent Collections such as ConcurrentStack, ConcurentQueue ad ConcurrentDictionary. * PLINQ for writing parallel queries. * additional Threading operations such as Barrier,SpinLock and SpinWait.
Tavis.UriTemplates by: Darrel Miller
  • 50 total downloads
  • Latest version: 1.1.1
  • http
URI Template resolution library - Implementation of RFC 6570
Tizen.NET.API4 by: Samsung Electronics
  • 2 total downloads
  • Latest version: 4.0.1.14152
Reference assemblies of Tizen .NET API Level 4.
Tizen.NET.API5 by: Samsung Electronics
  • 4 total downloads
  • Latest version: 5.0.0.14629
Reference assemblies of Tizen .NET API Level 5.
Tmds.DBus.SourceGenerator by: affederaffe
  • 41 total downloads
  • Latest version: 0.0.22
  • DBus SourceGenerator
A roslyn source generator for creating proxies and abstract handlers targeting the Tmds.DBus.Protocol API
Tmds.LibC by: Tom Deseyn
  • 12 total downloads
  • Latest version: 0.5.0
  • libc linux
Raw bindings to Linux platform APIs for .NET Core.
Ultz.Bcl.Half by: Ultz.Bcl.Half
  • 2 total downloads
  • Latest version: 1.0.0
Provides the System.Half type on .NET versions that don't include it.
Ultz.Native.Assimp by: Ultz
  • 2 total downloads
  • Latest version: 5.0.1
Multi-platform native library for Assimp.
Ultz.Native.GLFW by: Ultz
  • 5 total downloads
  • Latest version: 3.3.2
Multi-platform native library for GLFW.
Ultz.Native.SDL by: Ultz
  • 4 total downloads
  • Latest version: 2.0.12-pre2
Multi-platform native library for SDL.
Validation by: Andrew Arnott
  • 37 total downloads
  • Latest version: 2.6.68
  • InputValidation IntegrityCheck
Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
Xamarin.AndroidX.Migration by: Microsoft
  • 6 total downloads
  • Latest version: 1.0.0-preview06
  • Xamarin.AndroidX Xamarin Android Support AndroidX Migration
This package provides a set of tools and MSBuild tasks to aid in the migration from Android Support to Android X.
Xamarin.Build.Download by: Microsoft
  • 23 total downloads
  • Latest version: 0.11.4
Support for downloading and unpacking archives when building MSBuild projects