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.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.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.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
  • 14 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
  • 15 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
  • 9 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
  • 9 total downloads
  • Latest version: 2.2.0
Includes xunit.core.dll for extensibility purposes.
xunit.extensibility.execution by: James Newkirk, Brad Wilson
  • 13 total downloads
  • Latest version: 2.4.1
Includes xunit.execution.*.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
Xunit.StaFact by: Andrew Arnott
  • 5 total downloads
  • Latest version: 0.3.18
  • STA xunit test unit WPF
Make your xunit tests more closely emulate your application by running them on STA threads, with support for various SynchronizationContexts.