WebMarkupMin.Core by: Andrey Taritsyn
  • 386 total downloads
  • Latest version: 1.1.5
  • Markup HTML XHTML XML Minification Minifier Minify 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 absorbed the best of existing solutions from non-microsoft platforms: Juriy Zaytsev's Experimental HTML Minifier (http://kangax.github.com/html-minifier/) (written in JavaScript) and Sergiy Kovalchuk's HtmlCompressor (http://code.google.com/p/htmlcompressor/) (written in Java). Minification of markup produces by removing extra whitespaces, comments and redundant code (only for HTML and XHTML). In addition, HTML and XHTML minifiers supports the minification of CSS code from style tags and attributes, and minification of JavaScript code from script tags, event attributes and hyperlinks with javascript: protocol. WebMarkupMin.Core contains built-in JavaScript minifier based on the Douglas Crockford's JSMin (http://github.com/douglascrockford/JSMin) and built-in CSS minifier based on the Mads Kristensen's Efficient stylesheet minifier (http://madskristensen.net/post/Efficient-stylesheet-minification-in-C). The above mentioned minifiers produce only the most simple minifications of CSS and JavaScript code, but you can always install additional modules that support the more powerful algorithms of minification: WebMarkupMin.MsAjax (contains minifier-adapters for the Microsoft Ajax Minifier - http://ajaxmin.codeplex.com) and WebMarkupMin.Yui (contains minifier-adapters for YUI Compressor for .Net - http://github.com/PureKrome/YUICompressor.NET). Also supports minification of views of popular JavaScript template engines: KnockoutJS, Kendo UI MVVM and AngularJS 1.X.
WindowsAzure.ServiceBus by: Microsoft
  • 531 total downloads
  • Latest version: 7.0.1
  • ServiceBus Microsoft Azure AppFabric Messaging PubSub Publish Subscribe Queue Topic Relay Service Bus AMQP OASIS windowsazureofficial EventHub Event
Please note, for Azure Service Bus, Azure Event Hubs and Azure Relay, newer packages Azure.Messaging.ServiceBus, Azure.Messaging.EventHubs and Microsoft.Azure.Relay are available as of November 2020, February 2020 and March 2017 respectively. While WindowsAzure.ServiceBus will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read https://aka.ms/azsdk/blog/msging/intro for more details. It adds Microsoft.ServiceBus.dll along with related configuration files to your project. This library allows AMQP 1.0 to be used as one of the protocols for communication with Microsoft Azure Service Bus. For more information on Messaging features, please visit: http://azure.microsoft.com/en-us/documentation/services/service-bus/ For more information on Event Hub features, please visit: http://go.microsoft.com/fwlink/?LinkID=403957 Please note that this package requires at least .Net Framework 4.6.2.
WindowsAzure.Storage by: Microsoft
  • 506 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/
Xamarin.Android.Support.Animated.Vector.Drawable by: Xamarin Inc.
  • 25 total downloads
  • Latest version: 25.1.0-beta2
Animated Vector Drawable Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.Compat by: Xamarin Inc.
  • 28 total downloads
  • Latest version: 25.1.0-beta2
Compat Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.Core.UI by: Xamarin Inc.
  • 26 total downloads
  • Latest version: 25.1.0-beta2
Core UI Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.Core.Utils by: Xamarin Inc.
  • 26 total downloads
  • Latest version: 25.1.0-beta2
Core Utils Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.CustomTabs by: Xamarin Inc.
  • 32 total downloads
  • Latest version: 25.1.0-beta2
Custom Tabs Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.Fragment by: Xamarin Inc.
  • 26 total downloads
  • Latest version: 25.1.0-beta2
Fragment Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.Media.Compat by: Xamarin Inc.
  • 27 total downloads
  • Latest version: 25.1.0-beta2
Media Compat Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.v13 by: Xamarin Inc.
  • 21 total downloads
  • Latest version: 25.1.0-beta2
v13 Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.v4 by: Xamarin Inc.
  • 24 total downloads
  • Latest version: 25.1.0-beta2
v4 Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.v7.AppCompat by: Xamarin Inc.
  • 27 total downloads
  • Latest version: 25.1.0-beta2
v7 AppCompat Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.Vector.Drawable by: Xamarin Inc.
  • 88 total downloads
  • Latest version: 25.1.0-beta2
Vector Drawable Android Support Library C# bindings for Xamarin
Xamarin.AndroidX.Migration by: Microsoft
  • 27 total downloads
  • Latest version: 1.0.0-preview06
  • Xamarin.AndroidX Xamarin Android Support AndroidX Migration
This package provides a set of tools and MSBuild tasks to aid in the migration from Android Support to Android X.
Xamarin.Build.Download by: Microsoft
  • 255 total downloads
  • Latest version: 0.11.4
Support for downloading and unpacking archives when building MSBuild projects
Xceed.Words.NET by: Xceed
  • 4 total downloads
  • Latest version: 5.0.25228.6154
  • Xceed Words for .NET
Create or manipulate Microsoft Word documents from your .NET applications, without requiring Word or Office to be installed. Convert Word documents to PDF (not all Word elements are supported). Fast and lightweight. Widely used and backed by a responsive support and development team whose sole ambition is your complete satisfaction. You can try this package for free for 15 days, after which you will need to purchase a license key to continue using it.
xunit.abstractions by: James Newkirk Brad Wilson
  • 218 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
  • 185 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.core by: jnewkirk bradwilson
  • 403 total downloads
  • Latest version: 2.9.3
Includes the libraries for writing unit tests with xUnit.net.