Unity.WebAPI by: Paul Hiles
  • 3 total downloads
  • Latest version: 5.4.0
  • unity asp.net webapi web api ioc di
Unity.WebAPI allows the simple Integration of the Unity IoC container with ASP.NET Web API.
UrlBase64 by: Mahmoud Al-Qudsi neosmart mqudsi
  • 3 total downloads
  • Latest version: 2.0.0
  • url web base64 encoding binary
A standards-compliant implementation of url-safe base64 encode/decode for .NET projects with Span optimizations.
WebActivatorEx by: David Ebbo
  • 11 total downloads
  • Latest version: 2.2.0
A package that allows other packages to execute some startup code in web apps. This package should be used over the older WebActivator, which was not strong named.
WebApiContrib.IoC.CastleWindsor by: WebApiContrib Contributors
  • 3 total downloads
  • Latest version: 0.10.0
  • webapi webapicontrib windsor castlewindsor ioc
The WebApiContrib.IoC.CastleWindsor library provides dependency injection helpers for ASP.NET Web API.
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.
WebMarkupMin.AspNet.Common by: Andrey Taritsyn
  • 11 total downloads
  • Latest version: 2.20.0
  • WebMarkupMin Markup HTML XHTML Minification Minifier Minify ASP.NET XML
WebMarkupMin.AspNet.Common is auxiliary package, that contains classes and interfaces for all ASP.NET extensions.
WebMarkupMin.Core by: Andrey Taritsyn
  • 11 total downloads
  • Latest version: 2.20.0
  • WebMarkupMin Markup HTML XHTML Minification Minifier Minify XML Performance Optimization Compression
The Web Markup Minifier (abbreviated WebMarkupMin) is a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.
WebMarkupMin.NUglify by: Andrey Taritsyn
  • 10 total downloads
  • Latest version: 2.19.0
  • WebMarkupMin Markup HTML XHTML Minification Minifier Minify CSS JavaScript JS NUglify
WebMarkupMin.NUglify contains 2 minifier-adapters: `NUglifyCssMinifier` (for minification of CSS code) and `NUglifyJsMinifier` (for minification of JS code). These adapters perform minification using the NUglify.
XamlAnimatedGif by: Thomas Levesque
  • 1 total downloads
  • Latest version: 2.3.1
  • wpf xaml animated gif
A simple library to display animated GIF images in WPF applications
xunit by: jnewkirk bradwilson
  • 8 total downloads
  • Latest version: 2.9.3
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.
xunit.abstractions by: James Newkirk Brad Wilson
  • 8 total downloads
  • Latest version: 2.0.3
Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).
xunit.analyzers by: jnewkirk bradwilson marcind
  • 11 total downloads
  • Latest version: 1.27.0
  • xunit.analyzers analyzers roslyn xunit xunit.net
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. Installing this package provides code analyzers to help developers find and fix frequent issues when writing tests and xUnit.net extensibility code.
xunit.assert by: jnewkirk bradwilson
  • 8 total downloads
  • Latest version: 2.9.3
Includes the assertion library from xUnit.net (xunit.assert.dll). Supports .NET Standard 1.1+ and .NET 6.0+.
xunit.core by: jnewkirk bradwilson
  • 8 total downloads
  • Latest version: 2.9.3
Includes the libraries for writing unit tests with xUnit.net.
xunit.extensibility.core by: jnewkirk bradwilson
  • 8 total downloads
  • Latest version: 2.9.3
Includes xunit.core.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
xunit.extensibility.execution by: jnewkirk bradwilson
  • 8 total downloads
  • Latest version: 2.9.3
Includes xunit.execution.*.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
xunit.runner.console by: jnewkirk bradwilson
  • 2 total downloads
  • Latest version: 2.9.3
Console runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 4.5.2 or later, .NET Core 1.x, and .NET Core 2.x.
xunit.runner.utility by: jnewkirk bradwilson
  • 2 total downloads
  • Latest version: 2.9.3
Includes the version-independent runner for xUnit.net to run both v1.9.2 and v2.0+ tests (xunit.runner.utility.*.dll). Supports .NET 3.5, .NET 4.5.2 or later, .NET Standard 1.1, .NET Standard 1.5, and .NET Core 1.0 or later.
xunit.runner.visualstudio by: James Newkirk Brad Wilson
  • 2 total downloads
  • Latest version: 2.4.0
Visual Studio 2012+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 2.0 or later, .NET Core 1.0 or later, and Universal Windows 10.0 or later.
YamlDotNet by: Antoine Aubry
  • 15 total downloads
  • Latest version: 11.2.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.