System.Xml.XPath.XmlDocument by: Microsoft
  • 6 total downloads
  • Latest version: 4.0.0-beta-22816
Provides extension methods that add System.Xml.XPath support to the System.Xml.XmlDocument package. Commonly Used Types: System.Xml.XPath.XmlDocumentExtensions
TaskParallelLibrary by: Microsoft Corporation
  • 1 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.
TeamCity.ServiceMessages by: JetBrains
  • 50 total downloads
  • Latest version: 4.1.1
  • TeamCity ServiceMessage ServiceMessages
This library provides read/write access to TeamCity Service messages. The documentation on service messages can be found at https://www.jetbrains.com/help/teamcity/service-messages.html
TeamCity.VSTest.TestAdapter by: NikolayP
  • 61 total downloads
  • Latest version: 1.0.41
  • TeamCity VSTest message
Provides an integration with TeamCity for test frameworks. Usage: - Create a test project, for example using the command line: dotnet new xunit - Add the NuGet reference to this package
Text.Analyzers by: Microsoft
  • 88 total downloads
  • Latest version: 5.6.0
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Text Analyzers
TimeZoneConverter by: Matt Johnson-Pint
  • 39 total downloads
  • Latest version: 3.5.0
  • timezone time zone time zone iana tzdb olson timezoneinfo,rails
Lightweight library to convert quickly between IANA, Windows, and Rails time zone names.
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.
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.GLFW by: Ultz
  • 4 total downloads
  • Latest version: 3.3.2
Multi-platform native library for GLFW.
Ultz.Native.SDL by: Ultz
  • 3 total downloads
  • Latest version: 2.0.12-pre2
Multi-platform native library for SDL.
UTF.Unknown by: Julian Verdurmen, Rustam Sayfutdinov, Rudi Pettazzi, Shy Shalom
  • 16 total downloads
  • Latest version: 2.5.1
  • charset detection unicode ascii netstandard chardet
Detect character set for files, streams and other bytes. This package is based on Ude and since version 2 also on uchardet, which are ports of the Mozilla Universal Charset Detector. Features: - Easy to use API - Supports frameworks: - .NET Standard 1.0 - .NET Standard 1.3 and 2.0 - .NET Core 3.0 (because `System.Text.Encoding.CodePages` in shared framework) - .NET Framework 4.0 - Strong named - XML documentation included Compared to Ude: - Refactor of API, namespaces and deadcode removal - Added some docs - Improve error handling - Improved unit tests
Validation by: Andrew Arnott
  • 44 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.
ValueTupleBridge by: Nobuyuki Iwanaga
  • 8 total downloads
  • Latest version: 0.1.5
  • ValueTuple
Backporting of System.ValueTuple for .NET 3.5.
Vestris.ResourceLib by: dblock, icnocop, thoemmi
  • 30 total downloads
  • Latest version: 2.2.0
  • Resource Win32
C# File Resource Management Library
VisualToolkit by: nanosoft
  • 11 total downloads
  • Latest version: 2.1.7
Package Description
WebGrease by: webgrease@microsoft.com
  • 10 total downloads
  • Latest version: 1.6.0
Web Grease is a suite of tools for optimizing javascript, css files and images.
WindowsAzure.Storage by: Microsoft
  • 144 total downloads
  • Latest version: 9.3.3
  • Microsoft, Azure, Storage, Table, Blob, File, Queue, Scalable, windowsazureofficial
NOTE: As of version 9.4.0, this library has been split into multiple parts and replaced: See https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/, https://www.nuget.org/packages/Microsoft.Azure.Storage.File/, https://www.nuget.org/packages/Microsoft.Azure.Storage.Queue/, and https://www.nuget.org/packages/Microsoft.Azure.Storage.Common/. For table support, see https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table/. This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
WindowsShortcutFactory by: Greg Divis
  • 3 total downloads
  • Latest version: 1.1.0
  • windows shortcuts
Simple library for creating and modifying Windows shortcut (.lnk) files. This has no dependencies and calls directly into the native IShellLink COM interfaces instead of using the Windows Script Host.
WixSharp by: Oleg Shilo
  • 308 total downloads
  • Latest version: 1.26.0
  • C# scripting msi install setup wix
Wix# is a framework for building a complete MSI or WiX source code by using build script files written with the C# syntax. The package contains Wix# binaries, code sample and custom MSBuild target (to be merged with VS project and trigger building MSI during the project compilation). If you need only Wix# binaries you may want to use WixSharp.bin package instead. In order to use this package you need have WiX Toolset installed. The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)