Top 20 NuGet Packages depending on NETStandard.Library

Total dependencies: 12696

This is a helper library to verify /authenticate requests from Amazon Alexa to a selfhosted .NET backend
This library transforms calculates the Cologne Phonetics representation for a single word.
A C# library that handles the backend work of a Tic-Tac-Toe Game. You can check the docs here: https://github.com/Yeo-Wen-Qin/TicTacToe-Game/wiki
A package for hosting an FTP server, with authenticating and file managing customizable. Go to project site for usage example or executable version.
Parameter guard extensions for .NET that checks that a parameter meets the requirements and throws an ArgumentException if it doesn't.
This is a collection of useful Helpers needed when developing applications with MVVM
Package Description
PhantomNet.AspNetCore.Mvc.SharedStrings class library
PhantomNet.Searching class library
Fast and space efficient immutable collections, hash maps, and utilities for performant programming in C#. Split from the DryIoc: https://github.com/dadhi/DryIoc
SubtitleParser for Cross-Platform, Works on all Xamarin platform (Xamarin.iOS, Xamarin.Android, Xamarin.Forms), .NET and UWP
Retrieve Portal 2 challenge mode data from the speedrunning community board.iverb.me. Client includes automatic caching system and exception event for logging purposes.
Airbrake provider for Microsoft.Extensions.Logging
This is a simple parser for command line options on .NET Framewrok & .NET Core. What you should do is only define your option class and write code like "var option = CommandLineSwicth.Parse<YourOptionClass>(ref args);". There is no need to annotate your option class with any attributes.
An unofficial .NET API wrapper for What3Words
Get information about an IP's country using API from ip2country.info
Optimized LINQ subset dedicated to array
Logging Plugin for Xamarin provides a consistent, cross platform logging plugin on Android and iOS.
SmartTests enables you to write Smarter unit tests, wether you use NUnit, Xunit or MSTests. It is best to install SmartTests.Analyzer and SmartTests.Extension so that missing tests will be displayed. They are Smart in the sense that: 1. The Act line of your test is instantly identifiable. ...