System.Threading.Channels by: Microsoft
  • 6 total downloads
  • Latest version: 4.5.0
Provides types for passing data between producers and consumers. Commonly Used Types: System.Threading.Channel System.Threading.Channel<T> 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
System.Threading.Tasks.Dataflow by: Microsoft
  • 6 total downloads
  • Latest version: 4.6.0
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.DataflowBlockOptions System.Threading.Tasks.Dataflow.DataflowLinkOptions System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions System.Threading.Tasks.Dataflow.GroupingDataflowBlockOptions 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.Extensions by: Microsoft
  • 5 total downloads
  • Latest version: 4.5.3
Provides additional types that simplify the work of writing concurrent and asynchronous code. Commonly Used Types: System.Threading.Tasks.ValueTask<TResult> 637a8d58f72f2b0f1a71187530c3cf433e95a75a
System.Threading.Tasks.Parallel by: Microsoft
  • 5 total downloads
  • Latest version: 4.0.1
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
  • 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.Windows.Extensions by: Microsoft
  • 11 total downloads
  • Latest version: 4.7.0
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag When using NuGet 3.x this package requires at least version 3.4.
System.Xml.XmlDocument by: Microsoft
  • 12 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.
System.Xml.XmlSerializer by: Microsoft
  • 7 total downloads
  • Latest version: 4.0.11
Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects. Commonly Used Types: System.Xml.Serialization.IXmlSerializable System.Xml.Serialization.XmlSerializer System.Xml.Serialization.XmlIgnoreAttribute System.Xml.Serialization.XmlElementAttribute System.Xml.Serialization.XmlAttributeAttribute System.Xml.Serialization.XmlArrayAttribute System.Xml.Serialization.XmlRootAttribute System.Xml.Serialization.XmlArrayItemAttribute System.Xml.Serialization.XmlTypeAttribute System.Xml.Serialization.XmlEnumAttribute When using NuGet 3.x this package requires at least version 3.4.
System.Xml.XPath.XDocument by: Microsoft
  • 6 total downloads
  • Latest version: 4.3.0
Provides extension methods that add System.Xml.XPath support to the System.Xml.XDocument package. Commonly Used Types: System.Xml.XPath.Extensions System.Xml.XPath.XDocumentExtensions When using NuGet 3.x this package requires at least version 3.4.
Walterlv.Collections.Source by: walterlv
  • 10 total downloads
  • Latest version: 5.11.3
Provide some kinds of unsual collections such as AsyncQueue for async/await pattern, ObservableConcurrentBag for notification in multi-thread situations.
Walterlv.IO.PackageManagement.Source by: walterlv
  • 4 total downloads
  • Latest version: 0.14.1-alpha
This package is built by SourceYard
Walterlv.Logger by: walterlv
  • 7 total downloads
  • Latest version: 5.11.3
Walterlv.Logger is a high-performance logging tool for client apps. It also provide Markdown formatter to let your log file beautiful including output table and code. Notice: it is not recommended to use this library for server apps because it is not optimized for huge numbers of logs.
Walterlv.NullableAttributes.Source by: walterlv
  • 10 total downloads
  • Latest version: 5.13.0
If you use C# 8.0 and enable the nullable types, this adds nullable attributes for your projects. Notice that all the nullable attributes are internal, it is recommonded to install Walterlv.NullableAttributes.Source to install source code as part of your poroject instead of installing Walterlv.NullableAttributes.
Walterlv.Themes.FluentDesign by: walterlv
  • 18 total downloads
  • Latest version: 6.0.0
Provide fluent design visual styles such as `RevealBrush` for WPF. But you should know that it is simulated so it's not recommended to use it in very large projects.
Walterlv.Win32.Source by: walterlv
  • 4 total downloads
  • Latest version: 5.11.2
This library provides Win32 extensions. It deos not contains any Win32 type definitions or any Win32 APIs.
WindowsAPICodePack-Shell by: Aybe
  • 3 total downloads
  • Latest version: 1.1.1
  • Windows API Code Pack
Shell library for Windows API Code Pack
xunit.abstractions by: James Newkirk, Brad Wilson
  • 16 total downloads
  • Latest version: 2.0.3
Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).
xunit.assert by: James Newkirk, Brad Wilson
  • 18 total downloads
  • Latest version: 2.4.1
Includes the assertion library from xUnit.net (xunit.assert.dll). Supports .NET Standard 1.1.
xunit.core by: James Newkirk, Brad Wilson
  • 10 total downloads
  • Latest version: 2.2.0
Includes the libraries for writing unit tests with xUnit.net.
xunit.extensibility.core by: James Newkirk, Brad Wilson
  • 10 total downloads
  • Latest version: 2.2.0
Includes xunit.core.dll for extensibility purposes.