System.Threading by: Microsoft
  • 10 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.Channels by: Microsoft
  • 4 total downloads
  • Latest version: 6.0.0-preview.1.21102.12
Provides types for passing data between producers and consumers. Commonly Used Types: System.Threading.Channel System.Threading.Channel<T>
System.Threading.Tasks.Extensions by: Microsoft
  • 78 total downloads
  • Latest version: 4.5.4
Provides additional types that simplify the work of writing concurrent and asynchronous code. Commonly Used Types: System.Threading.Tasks.ValueTask<TResult> 7601f4f6225089ffb291dc7d58293c7bbf5c5d4f
System.Threading.Thread by: Microsoft
  • 8 total downloads
  • Latest version: 4.3.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.Threading.Timer by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22605
Provides the System.Threading.Timer class, which is a mechanism for executing a method at specified intervals. Commonly Used Types: System.Threading.Timer System.Threading.TimerCallback
System.ValueTuple by: Microsoft
  • 2 total downloads
  • Latest version: 4.3.0
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.ReaderWriter by: Microsoft
  • 19 total downloads
  • Latest version: 4.0.11
Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data. Commonly Used Types: System.Xml.XmlNodeType System.Xml.XmlException System.Xml.XmlReader System.Xml.XmlWriter System.Xml.IXmlLineInfo System.Xml.XmlNameTable System.Xml.IXmlNamespaceResolver System.Xml.XmlNamespaceManager System.Xml.XmlQualifiedName When using NuGet 3.x this package requires at least version 3.4.
System.Xml.XDocument by: Microsoft
  • 16 total downloads
  • Latest version: 4.0.11
Provides the classes for Language-Integrated Query (LINQ) to Extensible Markup Language (XML). LINQ to XML is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily. Commonly Used Types: System.Xml.Linq.XElement System.Xml.Linq.XAttribute System.Xml.Linq.XDocument System.Xml.Linq.XText System.Xml.Linq.XNode System.Xml.Linq.XContainer System.Xml.Linq.XComment System.Xml.Linq.XObject System.Xml.Linq.XProcessingInstruction System.Xml.Linq.XDocumentType When using NuGet 3.x this package requires at least version 3.4.
System.Xml.XmlDocument by: Microsoft
  • 10 total downloads
  • Latest version: 4.3.0
Provides an older in-memory Extensible Markup Language (XML) programming interface that enables you to modify XML documents. Developers should prefer the classes in the System.Xml.XDocument package. Commonly Used Types: System.Xml.XmlNode System.Xml.XmlElement System.Xml.XmlAttribute System.Xml.XmlDocument System.Xml.XmlDeclaration System.Xml.XmlText System.Xml.XmlComment System.Xml.XmlNodeList System.Xml.XmlWhitespace System.Xml.XmlCDataSection When using NuGet 3.x this package requires at least version 3.4.
YamlDotNet by: Antoine Aubry
  • 2 total downloads
  • Latest version: 11.0.1
  • yaml parser development library serialization
A .NET library for YAML. YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument.