Top 20 NuGet Packages
This is a test package created by the NuGet team.
demo for test
Package Description
A library targeting .NET Standard 1.2 for creating MTConnect consumeing client applications.
Core modules for accessing Mapbox services
My package description.
A C# implementation of the WebSocket protocol client and server
# Treemap Algorithms .Net
This project is based on the Java sources published by the University of Maryland
See http://www.cs.umd.edu/hcil/treemap/ for more info on the original projects.
# Compatibility
The project was built and tested using C# 8.0 on dotnet core 3.1
# Project site
S...
Zopfli Compression Algorithm is a new zlib (gzip, deflate) compatible compressor. This compressor takes more time (~100x slower), but compresses around 5% better than zlib and better than any other zlib-compatible compressor we have found.
See: https://github.com/watermelonpizza/dotnet-opencover/blob/master/README.md for details.
A simple static logger that lets you send log messages to a remote, web-based log.
My package description.
This package is a collection of various Windows Phone 7 and 8 helpers. The library is fully open sourced.
This is a compact version of AMQP.Net Lite for .Net Micro Framework on memory/space constrained devices.
A package for managing config for a CLI based app
A Data Access Layer for working with DNN modules in DNN Current and DNN vNext
Package Description
A double-ended queue (deque), which provides O(1) indexed access, O(1) removals from the front and back, amortized O(1) insertions to the front and back, and O(N) insertions and removals anywhere else (with the operations getting slower as the index approaches the middle). This is a source package.