System.Text.Encoding.CodePages by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.4
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider
System.Text.Encodings.Web by: Microsoft
  • 6 total downloads
  • Latest version: 10.0.0
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
System.Text.Json by: Microsoft
  • 7 total downloads
  • Latest version: 9.0.10
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. The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
System.Threading by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0
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 When using NuGet 3.x this package requires at least version 3.4.
System.Threading.AccessControl by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.9
Provides support for managing access and audit control lists for synchronization primitives. Commonly Used Types: System.Security.AccessControl.EventWaitHandleAccessRule System.Security.AccessControl.EventWaitHandleAuditRule System.Security.AccessControl.MutexAccessRule System.Security.AccessControl.MutexAuditRule System.Security.AccessControl.MutexSecurity System.Security.AccessControl.SemaphoreAccessRule System.Security.AccessControl.SemaphoreAuditRule System.Security.AccessControl.SemaphoreSecurity
System.Threading.Channels by: Microsoft
  • 1 total downloads
  • Latest version: 4.7.1
Provides types for passing data between producers and consumers. Commonly Used Types: System.Threading.Channel System.Threading.Channel<T> When using NuGet 3.x this package requires at least version 3.4.
System.Threading.Tasks.Extensions by: Microsoft
  • 2 total downloads
  • Latest version: 4.6.0
System.Threading.Tasks.Extensions
System.Threading.Thread by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0
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 When using NuGet 3.x this package requires at least version 3.4.
System.Threading.ThreadPool by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10
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 When using NuGet 3.x this package requires at least version 3.4.
System.ValueTuple by: Microsoft
  • 2 total downloads
  • Latest version: 4.6.1
System.ValueTuple
System.Web.Services.Description by: Microsoft
  • 1 total downloads
  • Latest version: 4.10.0
Package Description
TagLibSharp by: Brian Nickel, Gabriel Burt, Stephen Shaw, etc
  • 1 total downloads
  • Latest version: 2.2.0
A library for for reading and writing metadata in media files, including video, audio, and photo formats.
TaskScheduler by: David Hall
  • 1 total downloads
  • Latest version: 2.9.2
  • task interop windows taskscheduler scheduler .net task scheduler
Provides a single assembly wrapper for the 1.0 and 2.0 versions of Task Scheduler found in all Microsoft operating systems post Windows 98. It simplifies the coding, aggregates the multiple versions and allows for localization support.
TensorFlow.NET by: Haiping Chen, Meinrad Recheis, Eli Belash
  • 2 total downloads
  • Latest version: 0.100.2
  • TensorFlow, SciSharp, Machine Learning, TensorFlow.NET, TF.NET, AI
Google's TensorFlow full binding in .NET Standard. Building, training and infering deep learning models. https://tensorflownet.readthedocs.io
Tmds.DBus.Protocol by: Tom Deseyn
  • 1 total downloads
  • Latest version: 0.20.0
  • dbus
Tmds.DBus.Protocol Library
TurboJpeg.NET by: Terekhin Sergey, Ilya Kuryshev
  • 9 total downloads
  • Latest version: 3.1.0.6
  • libjpeg-turbo turbojpeg
TurboJpeg.NET is a C# .NET Standard 2.0 compliant implementation of libjpeg-turbo, allowing for much faster JPEG encoding and decoding. Supported: JPEG encoding JPEG decoding JPEG transformation - crop, flip, turn etc. You also might need native libraries for your platform, for this you should look at TurboJpeg.NET.Native.Windows for Windows. For other platforms please look at https://github.com/libjpeg-turbo/libjpeg-turbo Also, you might want to look at TurboJpeg.NET.Extensions.GDIPlus for GDI+ extensions. Or TurboJpeg.NET.Extensions.SkiaSharp for SKBitmap extensions.
TurboJpeg.NET.Extensions.GDIPlus by: Terekhin Sergey, Ilya Kuryshev
  • 6 total downloads
  • Latest version: 3.1.0.6
  • libjpeg-turbo turbojpeg
TurboJpeg.NET is a C# .NET Standard 2.0 compliant implementation of libjpeg-turbo, allowing for much faster JPEG encoding and decoding. Supported: JPEG encoding JPEG decoding JPEG transformation - crop, flip, turn etc. You also might need native libraries for your platform, for this you should look at TurboJpeg.NET.Native.Windows for Windows. For other platforms please look at https://github.com/libjpeg-turbo/libjpeg-turbo Also, you might want to look at TurboJpeg.NET.Extensions.GDIPlus for GDI+ extensions. Or TurboJpeg.NET.Extensions.SkiaSharp for SKBitmap extensions.
TurboJpeg.NET.Extensions.SkiaSharp by: Terekhin Sergey, Ilya Kuryshev
  • 9 total downloads
  • Latest version: 3.1.0.6
  • libjpeg-turbo turbojpeg
TurboJpeg.NET is a C# .NET Standard 2.0 compliant implementation of libjpeg-turbo, allowing for much faster JPEG encoding and decoding. Supported: JPEG encoding JPEG decoding JPEG transformation - crop, flip, turn etc. You also might need native libraries for your platform, for this you should look at TurboJpeg.NET.Native.Windows for Windows. For other platforms please look at https://github.com/libjpeg-turbo/libjpeg-turbo Also, you might want to look at TurboJpeg.NET.Extensions.GDIPlus for GDI+ extensions. Or TurboJpeg.NET.Extensions.SkiaSharp for SKBitmap extensions.
TurboJpeg.NET.Native.Windows by: Terekhin Sergey, Ilya Kuryshev
  • 9 total downloads
  • Latest version: 3.1.0.6
  • libjpeg-turbo turbojpeg
TurboJpeg.NET is a C# .NET Standard 2.0 compliant implementation of libjpeg-turbo, allowing for much faster JPEG encoding and decoding. Supported: JPEG encoding JPEG decoding JPEG transformation - crop, flip, turn etc. You also might need native libraries for your platform, for this you should look at TurboJpeg.NET.Native.Windows for Windows. For other platforms please look at https://github.com/libjpeg-turbo/libjpeg-turbo Also, you might want to look at TurboJpeg.NET.Extensions.GDIPlus for GDI+ extensions. Or TurboJpeg.NET.Extensions.SkiaSharp for SKBitmap extensions.
Unclassified.NetRevisionTask by: Yves Goergen
  • 2 total downloads
  • Latest version: 0.4.3
  • build version management git svn subversion msbuild vcs
Injects the current VCS revision of a working directory in a custom format into a .NET assembly build. Based on the .NET Revision Tool, integrated as an MSBuild task, for .NET Framework and .NET Core.